简体   繁体   中英

Reading Cell Value in Excel using Libxlsxwriter?

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM