fpspreadsheet: ods reader and chart link support bitmap fill patterns.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9040 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-11-23 18:49:41 +00:00
parent 49b6486be7
commit cb2cb5ef60
5 changed files with 306 additions and 49 deletions

View File

@ -37,9 +37,10 @@ implementation
const
// FILE_NAME = '../../../other/chart/bars.ods';
// FILE_NAME = '../../../other/chart/area.ods';
FILE_NAME = '../../../other/chart/area-sameImg.ods';
// FILE_NAME = '../../../other/chart/pie.ods';
// FILE_NAME = '../../../other/chart/scatter.ods';
FILE_NAME = '../../../other/chart/regression.ods';
// FILE_NAME = '../../../other/chart/regression.ods';
{ TForm1 }