00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/EXWorksheet.h>
00008
00009 @interface EXWorksheet (Private)
00010 + (void)readDataValidationsFrom:(struct _xmlNode *)fp8 state:(id)fp12;
00011 + (void)readOleObjectsFrom:(struct _xmlNode *)fp8 state:(id)fp12;
00012 + (void)readWorksheetViewsFrom:(struct _xmlNode *)fp8 state:(id)fp12;
00013 + (void)readWorksheetFormatPropertiesFrom:(struct _xmlNode *)fp8 state:(id)fp12;
00014 + (void)readColumnInfosFrom:(struct _xmlNode *)fp8 state:(id)fp12;
00015 + (void)readConditionalFormattingsFrom:(struct _xmlNode *)fp8 state:(id)fp12;
00016 + (void)readHyperlinksFrom:(struct _xmlNode *)fp8 state:(id)fp12;
00017 + (void)readCommentTextFrom:(id)fp8;
00018 + (void)readTables:(id)fp8;
00019 + (void)readPivotTables:(id)fp8;
00020 @end
00021