Hello everyone.
Let's say I need to copy sheet "Sheet1" from file_1.xlsx, sheet "Sheet2" from file_2.xlsx and sheet "Sheet3" from file_3.xlsx into 3 separate sheets in Excel file merged.xlsx
The sheets have some formatting, merged cells, specific row and column width, zoom, etc., so simple value copying isn't an option. Is there a quick way to do this with xlsxwriter?
Feature Request
Hello everyone. Let's say I need to copy sheet "Sheet1" from
file_1.xlsx
, sheet "Sheet2" fromfile_2.xlsx
and sheet "Sheet3" fromfile_3.xlsx
into 3 separate sheets in Excel filemerged.xlsx
The sheets have some formatting, merged cells, specific row and column width, zoom, etc., so simple value copying isn't an option. Is there a quick way to do this with xlsxwriter?