@mescius/spread-excelio 17.0.9 → 17.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,26 @@ declare module GC{
8
8
  * @class
9
9
  */
10
10
  constructor();
11
+ /**
12
+ * Build in pivot table themes.
13
+ * @type {{ [key: string]: any }}
14
+ */
15
+ static pivotTableThemes: { [key: string]: any };
16
+ /**
17
+ * Build in item slicer themes.
18
+ * @type {{ [key: string]: any }}
19
+ */
20
+ static slicerStyles: { [key: string]: any };
21
+ /**
22
+ * Build in table themes.
23
+ * @type {{ [key: string]: any }}
24
+ */
25
+ static tableThemes: { [key: string]: any };
26
+ /**
27
+ * Build in timeline slicer themes.
28
+ * @type {{ [key: string]: any }}
29
+ */
30
+ static timelineStyles: { [key: string]: any };
11
31
  /**
12
32
  * Imports an excel file.
13
33
  * @param {Blob} file The excel file.