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

@@ -35,7 +35,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>20</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuView">
@@ -78,6 +78,7 @@
<addaction name="actionEdit_Mode"/>
<addaction name="actionSaveToFile"/>
<addaction name="actionPrint_To_PDF"/>
<addaction name="actionactionPrintToExcel"/>
<addaction name="separator"/>
<addaction name="actionZoomIn"/>
<addaction name="actionZoomOut"/>
@@ -339,14 +340,23 @@
<string>Del</string>
</property>
</action>
<action name="actionactionPrintToExcel">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/excel_export.png</normaloff>:/report/images/excel_export.png</iconset>
</property>
<property name="text">
<string>actionPrintToExcel</string>
</property>
<property name="toolTip">
<string>Export report to Excel</string>
</property>
</action>
</widget>
<resources>
<include location="report.qrc"/>
<include location="items/items.qrc"/>
<include location="databrowser/lrdatabrowser.qrc"/>
<include location="report.qrc"/>
<include location="items/items.qrc"/>
<include location="databrowser/lrdatabrowser.qrc"/>
</resources>
<connections>
<connection>
@@ -541,6 +551,22 @@
</hint>
</hints>
</connection>
<connection>
<sender>actionactionPrintToExcel</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
<slot>slotPrintToExcel()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>slotNextPage()</slot>
@@ -554,5 +580,6 @@
<slot>slotInsertNewTextItem()</slot>
<slot>slotActivateItemSelectionMode()</slot>
<slot>slotDeleteSelectedItems()</slot>
<slot>slotPrintToExcel()</slot>
</slots>
</ui>