1

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?

Robert
  • 67
  • 5

1 Answers1

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