Input open Excel files
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Silenciar
- Página de impresión sencilla
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
Does anybody know of a way to input Excel files which may already be open? (i.e. viewed by a user).
Currently the only option I can think of is to write a powershell script which would create a copy of the files, and then point Alteryx at the copied files to read them in. Is there a simpler way?
Thanks
DB
¡Resuelto! Ir a solución.
- Etiquetas:
- Preparation
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
Only way I know is to copy it. :(
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
The reason we can't read an Excel file when it is open is because Excel puts a write lock on the file. We also decided that reading an open file has challenges like what happens if the file is modified and saved while we are reading it? To avoid those and other edge cases, we made the decision to limit reading and writing Excel files to those that are not currently locked. You can open your file in Excel for "Read Only" and then Alteryx can read the file without any problem.
That said, if you install the Microsoft Access 2010 driver you will be able to use that driver which can read and write to open Excel files. In Alteryx it's called the Excel Legacy driver. However, be aware that if you use the Access driver you may get different results (rounding) depending on whether the file is currently open in Excel or not. The Access driver uses a 2nd library that allows reading and writing to an open file (open with a write lock). The 2nd driver does rounding slightly different from the main driver that is used if the file is not open.
If those limitations are not a problem for you, I'd suggest trying the Access driver which you can download here:
https://www.microsoft.com/en-us/download/details.aspx?id=13255
If you have 32bit Office installed, it's suggested that you go with the 32bit version of this driver. If 64bit Office, then go with the 64bit version.
Then in Alteryx choose the Excel Legacy format (this format will appear once the driver is installed).
NOTE: This driver was delivered with Office 2010, but is missing from later versions of Office. So if you are running a later version of Office, you'll need to install it yourself.
Hope this helps.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
Thanks Mike, that's really good to know.
I understand and agree with the challenges you first mentioned. In this instance, I am reading a number files from network drives in a workflow which is scheduled to run in the middle of the night. I don't want this workflow to fail if one of those files happens to be open, and I'm happy for it to read the last saved version instead, so your suggestion works perfectly.
Thanks again
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
I gave this a star for the suggestion to open the Excel file in Read Only mode.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
Hi Mike,
It would be helpful if Alteryx gave users/designers the ability to decide for themselves whether reading an open file is desired. Your point regarding the potential for an open file to be changed while it's being read by an Alteryx workflow is valid. However, this decision should be made by the user. I'd like to see Alteryx add an option to the Input tool to allow reading from a file that is already open and locked for editing (e.g. Check the box to read data even if source file is open/locked. Warning: The data used in the workflow will not include any changes being made at the time the workflow is being run.)
For example, I have accounting clerks that update certain source files with current information throughout the day. My workflow accesses these files to process records from previous days. Ensuring everyone is out of these files prior to running workflows disrupts normal operations.
Danny
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
Hey Mike,
I downloaded the driver and tried to "delete data & append" to an open Excel Legacy file and got the following error: "You have found a bug. Replicate, then let us know. We shall fix it soon." Is there a way around this? I'm dealing with the same issue of needing to write to open excel files.
Thanks for the help!
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
100% agree.
Let the user decide how to handle READING a locked file. This is a major pain when testing code against an excel file that I am modifying.
Alteryx should be able to OPEN the file in READ ONLY mode if the file is locked. Just like Excel does, with a warning.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
Thank you for posting to the Community!
I'm sorry to hear your frustration with how Alteryx handles a locked file. If you'd like, you could definitely submit this idea to our Designer Idea Board. That's the best way to see an update to an existing functionality since it allows the Community to weigh in on the idea and our product team to gauge interest and look into adding it to the product.
Program Manager - Community Platform, Alteryx
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Notificar al moderador
Vote up the Idea to open Excel files in READ ONLY mode here: https://community.alteryx.com/t5/Alteryx-Designer-Ideas/Open-Excel-files-in-READ-ONLY-mode-especiall...

- « Anterior
-
- 1
- 2
- Siguiente »