Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
PivotExcelExporter should apply styling for Double and Integer cells …
Browse files Browse the repository at this point in the history
…in exported file jmix-projects/jmix-ui#479
  • Loading branch information
Flaurite committed Aug 2, 2021
1 parent f96a5c8 commit be468bf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
6 changes: 5 additions & 1 deletion content/io/jmix/pivottable/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ pivottable.emptyDataMessage = No data
pivotTableFileName = Pivot table

## PivotTableExtension

pivotExcelExporter.dateTimeFormat=m/d/yy h:mm
pivotExcelExporter.dateFormat=m/d/yy
pivotExcelExporter.timeFormat=h:mm
pivotExcelExporter.integerFormat=#,##0
pivotExcelExporter.doubleFormat=#,##0.00##############
warningNotification.caption = No data in pivot table

# Pivot Show Action
Expand Down
5 changes: 5 additions & 0 deletions content/io/jmix/pivottable/messages_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ pivottable.vs=vs
pivottable.by=by
pivottable.emptyDataMessage=Keine Daten
pivotTableFileName=Pivot Tabelle
pivotExcelExporter.dateTimeFormat=m/d/yy h:mm
pivotExcelExporter.dateFormat=m/d/yy
pivotExcelExporter.timeFormat=h:mm
pivotExcelExporter.integerFormat=#,##0
pivotExcelExporter.doubleFormat=#,##0.00##############
warningNotification.caption=Keine Daten in Pivot Tabelle
actions.showPivotAction.ALL_ROWS=Alle Datensätze
actions.showPivotAction.SELECTED_ROWS=Ausgewähle Datensätze
Expand Down
6 changes: 5 additions & 1 deletion content/io/jmix/pivottable/messages_ru.properties
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@ pivottable.emptyDataMessage = Нет данных
pivotTableFileName = Сводная таблица

## PivotTableExtension

pivotExcelExporter.dateTimeFormat=m/d/yy h:mm
pivotExcelExporter.dateFormat=m/d/yy
pivotExcelExporter.timeFormat=h:mm
pivotExcelExporter.integerFormat=#,##0
pivotExcelExporter.doubleFormat=#,##0.00##############
warningNotification.caption = Нет данных в сводной таблице

# Pivot Show Action
Expand Down
5 changes: 5 additions & 0 deletions content/io/jmix/pivottable/messages_zh_CN.properties
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ pivottable.vs=vs
pivottable.by=by
pivottable.emptyDataMessage=暂无数据
pivotTableFileName=透视表
pivotExcelExporter.dateTimeFormat=m/d/yy h:mm
pivotExcelExporter.dateFormat=m/d/yy
pivotExcelExporter.timeFormat=h:mm
pivotExcelExporter.integerFormat=#,##0
pivotExcelExporter.doubleFormat=#,##0.00##############
warningNotification.caption=透视表无数据
actions.showPivotAction.ALL_ROWS=所有行
actions.showPivotAction.SELECTED_ROWS=已选择行
Expand Down

0 comments on commit be468bf

Please sign in to comment.