tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.6k stars 155 forks source link

Is it possible to directly manipulate Excel and invoke the local printer to print an XLSX file? #396

Closed whqgo closed 5 months ago

whqgo commented 5 months ago

Can we achieve direct printing of XLSX files, similar to using 'PrintOut' in Python with win32com?

tafia commented 5 months ago

No sorry this is not in the scope of that project (at all). calamine just parses data (cells and vba). There is no printing capabilities, nor even formatting ones (aside for the "date" columns).