Open cc20002002 opened 3 months ago
(please attach an example xlsx file if possible)
Create an empty wb object
Create a named range with a name like '15000'
save the object into an xlsx file then open it with excel
Excel does not accept named range names starting with numbers
Openxlsx allows named range names to start with numbers. Then the saved xlsx file will lose the named range.
Steps to Reproduce the Problem
(please attach an example xlsx file if possible)
Create an empty wb object
Create a named range with a name like '15000'
save the object into an xlsx file then open it with excel