I am generating xlsx files and would like to not have to compute the values of all formulae during this process.
That is, I would like to set <v>
to 0 (or omit it) for cells with an <f>
, and have Excel fill in the values when it is opened.
One suggestion was to have a macro run Calculate
on startup, but have been unable to find a complete guide on how to do this with signed macros to avoid prompting the user. A flag you can set somewhere within the xlsx would be far better.
Edit: I'm not looking for answers that involve using Office programs to make changes. I am looking for file format details.
<v>
and<f>
? What process do you use to "generate" xlsx files? – Kookaburraexcel
tag byopenxml
! – Kookaburra