0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 08:28:06 +03:00

xlsx exporter has been added

This commit is contained in:
Arin Alexander
2019-11-19 23:04:04 +03:00
parent 674528b095
commit c83da367a9
14 changed files with 406 additions and 11 deletions

View File

@@ -105,6 +105,7 @@ public slots:
void slotFirstPage();
void slotLastPage();
void slotPrintToPDF();
void slotPrintToExcel();
void slotPageChanged(int pageIndex);
void slotInsertNewTextItem();
void slotActivateItemSelectionMode();