Automatically analyze excel files
Posted
by
dole doug
on Programmers
See other posts from Programmers
or by dole doug
Published on 2014-05-26T10:35:42Z
Indexed on
2014/05/27
9:54 UTC
Read the original article
Hit count: 351
I have to replicate a manual generation of a large number of excel files. I started to manually track the relations between cells ( files, formulas, etc). I also had a talk with the person which generates those files. For now I have a general understanding about how the excel files are generated, but "devil is in the details".
I assume that I can write a script which will generate the hierarchy between cells and files, but this might require the same effort as manually noticing the relations. Also, I'm afraid that I'm not too experienced and my app is more prone to error approach than a manual analyze.
How to handle this problem? Do you know about an open source project which analyze the excel files in a recursive mode following the formulas ?
© Programmers or respective owner