Fails to read the value of formular after using xlsxwriter to close and then usinging xlrd to read the excel file
问题 At fisrt, I use xlsxwriter to write a simple formula in one cell and close the *.xlsx file. Then I try to read the value of the cell but only read '0' from the cell using xlrd at the same program. If I read some fixed values (like string or constant number) in a cell, it works well. If I create a formula cell manually in a *.xlsx file, the xlrd can also get the value of the formula. It seems that I cannot read the value of formula cell only when I write a forumla to *.xlsx and then read it in