camelot icon indicating copy to clipboard operation
camelot copied to clipboard

[REF] add DataFrame to_excel params, requirements.txt XlsxWriter>=0.9.8

Open xubiuit opened this issue 4 years ago • 1 comments

Hi guys,

Basically camelot is using pandas.DataFrame.to_excel to export excel file. But it seems there are 2 available options sheet_name, encoding are supported, the idea is follow the https://github.com/camelot-dev/camelot/blob/7d4c9e53c67b4be005d7f060190d68b26512f361/camelot/io.py#L15 then I've create new df_kwargs which is used for df.to_excel.

While using export feature, I also faced issue with minimum version of XlsxWriter is 0.9.8, then I've just added to this commit.

Regards,

xubiuit avatar May 05 '20 08:05 xubiuit

Hey!

As camelot is dead, we try to build a maintained fork at pypdf_table_extraction.

Do you want to open the PR against that branch so that we can merge your improvement?

MartinThoma avatar Feb 25 '24 11:02 MartinThoma