简体   繁体   中英

Appending Data to an Excel file using Python without using openpyxl

I am going to create a Excel application and I want to append the data to that Excel file without changing it's style openpyxl is giving a normal Excel so I want a different module to load with the previous styles and to save it

Also if some one know some example please share it

use xlsx writer this will open file without change in formatting you can save it back. as i have used it to save multiple file from a formatted template excel

pip install xlsxwriter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM