RxFPC: RxDBGridExportSpreadSheet support merged cells

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5935 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2017-06-13 11:29:31 +00:00
parent 75aaf4e32b
commit 024c39833a
13 changed files with 241 additions and 118 deletions

View File

@ -187,6 +187,7 @@ resourcestring
sExportImages = 'Export images';
sExportSelectedRows = 'Export only selected rows';
sExportHideZeroValues = 'Hide zero values';
sMergeCells = 'Merge cell''s';
sOverwriteExisting = 'Overwrite existing';
sShowColumnHeaderOnAllPage = 'Show column header on all pages';
sPageMargins = 'Page margins';