PydPiper / pylightxl

A light weight, zero dependency, minimal functionality excel read/writer python library
https://pylightxl.readthedocs.io
MIT License
290 stars 47 forks source link

Cannot Write to newly created blank excel file #100

Open PNeelkanth16 opened 7 months ago

PNeelkanth16 commented 7 months ago

Pylightxl Version:1.60 Python Version:3.7.10

Summary of Bug/Feature: I am creating a fresh excel file in windows 10 and then I want pylightxl to write to that particular file. But it shows error.

Traceback: not well-formed (invalid token): line 1, column 1 Excel Write Error

Suggestion for fix: The same will work perfectly fine if I would open excel and insert any random data in one of the cell and run the script after saving the excel.