[OpenXLSX::XLInputError]Dont open file.xlsx.
fjcheng opened this issue · 2 comments
fjcheng commented
[
params.xlsx
](url)
params.xlsx is created locally and then wrote to the data. An OpenXLSX::XLInputError in the XLDocument::open method which was amended on 2024-05-03, is reported,when using openxlsx to read this file.
When the params.xlsx content is copied to the excel file generated by openxlsx in an unformatted format, openxlsx can read it normally.
Now, I am not sure why this is happening, and what can I do to solve this problem?