1/*the record rule: <level info>.<SettingsName>=<SettingsValue>*/ 2/*Level info: starts from 1, 0 means no need for limitation check*/ 3/*SettingsName: should not contain "."*/ 4/*SettingsValue: the type should be int*/ 5/*All the notes or comments in this configure file should be in /**/ in each line*/ 6 7[TEXT] 8/*Max pages in the file*/ 91.MAXPAGE=100 102.MAXPAGE=500 11 12[PRES] 13/*Max pages in the file, including master/layout/normal/notes*/ 141.MAXPAGE=75 152.MAXPAGE=1500 16/*Max objects in the file, including all editable object on master/layout/normal/notes*/ 171.MAXOBJECT=500 182.MAXOBJECT=500 19 20[SHEET] 21/*Max row in worksheet*/ 221.MAXROW=5000 232.MAXROW=5000