in reply to Print Only header Excel
Thank you for the help. I am able to read the file much faster using ParseXLSX. I unzipped my Excel file and was able to find my header in the XML for it.
Now I am trying to write a script that will unzip the Excel file for me so then I can access the oddHeader tag and get my needed data. I am currently trying to use Archive::Zip to help me, but I am getting errors and I have been unable to unzip the file so far using my script.
Am I once again using an out of date library and I should use something else, or is there a boilerplate piece of code that most people just always use to do this that I can put in my script?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Print Only header Excel
by poj (Abbot) on Jun 02, 2014 at 15:33 UTC |