0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 16:38: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

@@ -468,6 +468,11 @@ void PreviewReportWindow::slotPrintToPDF()
m_previewReportWidget->printToPDF();
}
void PreviewReportWindow::slotPrintToExcel()
{
m_previewReportWidget->printToExcel();
}
void PreviewReportWindow::slotPageChanged(int pageIndex)
{
m_pagesNavigator->setValue(pageIndex);