I want to read the result of the cell value into a variable. The cell which was used as an array formula to calculate the XIRR value. can I do this using libxlsxwriter?
Asked
Active
Viewed 234 times
1 Answers
1
can I do this using libxlsxwriter?
No. Libxlsxwriter cannot be used to read an xlsx file and it also doesn’t calculate the result of a formula; it just writes a default value of 0.

jmcnamara
- 38,196
- 6
- 90
- 108
-
I know, you are the author of libxlsxwriter library. If you add the read feature within the library it helps a lot. – Robert Mar 11 '19 at 11:44
-
That won't happen, unfortunately. It is just too much work. – jmcnamara Mar 11 '19 at 14:30