Skip to content

Commit 41a3eaf

Browse files
authored
Merge pull request #4 from exceljava/excel-2019
Update for Excel 2019
2 parents 69695c4 + d0bb284 commit 41a3eaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+8544
-213
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To add it as a dependency to your own project add the following to your pom.xml
5353
<dependency>
5454
<groupId>com.github.exceljava.jinx-com4j</groupId>
5555
<artifactId>jinx-com4j</artifactId>
56-
<version>1.1.0</version>
56+
<version>1.2.0</version>
5757
</dependency>
5858
```
5959

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.exceljava</groupId>
77
<artifactId>jinx-com4j-root</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.2.0</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.exceljava</groupId>
3030
<artifactId>jinx-com4j</artifactId>
31-
<version>1.1.0</version>
31+
<version>1.2.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.exceljava</groupId>

jinx-com4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.exceljava</groupId>
77
<artifactId>jinx-com4j-root</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.2.0</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoCorrect.java

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,5 +325,77 @@ void setAutoFillFormulasInLists(
325325
boolean rhs);
326326

327327

328+
/**
329+
* <p>
330+
* Getter method for the COM property "KeepGeneralFormatLeadingZerosAsText"
331+
* </p>
332+
*/
333+
334+
@DISPID(3348)
335+
@PropGet
336+
boolean getKeepGeneralFormatLeadingZerosAsText();
337+
338+
339+
/**
340+
* <p>
341+
* Setter method for the COM property "KeepGeneralFormatLeadingZerosAsText"
342+
* </p>
343+
* @param rhs Mandatory boolean parameter.
344+
*/
345+
346+
@DISPID(3348)
347+
@PropPut
348+
void setKeepGeneralFormatLeadingZerosAsText(
349+
boolean rhs);
350+
351+
352+
/**
353+
* <p>
354+
* Getter method for the COM property "KeepGeneralFormatLargeNumbersAsText"
355+
* </p>
356+
*/
357+
358+
@DISPID(3349)
359+
@PropGet
360+
boolean getKeepGeneralFormatLargeNumbersAsText();
361+
362+
363+
/**
364+
* <p>
365+
* Setter method for the COM property "KeepGeneralFormatLargeNumbersAsText"
366+
* </p>
367+
* @param rhs Mandatory boolean parameter.
368+
*/
369+
370+
@DISPID(3349)
371+
@PropPut
372+
void setKeepGeneralFormatLargeNumbersAsText(
373+
boolean rhs);
374+
375+
376+
/**
377+
* <p>
378+
* Getter method for the COM property "KeepGeneralFormatDigitsWithEAsText"
379+
* </p>
380+
*/
381+
382+
@DISPID(3350)
383+
@PropGet
384+
boolean getKeepGeneralFormatDigitsWithEAsText();
385+
386+
387+
/**
388+
* <p>
389+
* Setter method for the COM property "KeepGeneralFormatDigitsWithEAsText"
390+
* </p>
391+
* @param rhs Mandatory boolean parameter.
392+
*/
393+
394+
@DISPID(3350)
395+
@PropPut
396+
void setKeepGeneralFormatDigitsWithEAsText(
397+
boolean rhs);
398+
399+
328400
// Properties:
329401
}

jinx-com4j/src/main/java/com/exceljava/com4j/excel/AutoFilter.java

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ public interface AutoFilter extends Com4jObject {
7373

7474
/**
7575
* <p>
76-
* Getter method for the COM property "Sort"
76+
* Getter method for the COM property "_Sort"
7777
* </p>
7878
*/
7979

8080
@DISPID(880)
8181
@PropGet
82-
com.exceljava.com4j.excel.Sort getSort();
82+
com.exceljava.com4j.excel.Sort get_Sort();
8383

8484

8585
/**
@@ -96,5 +96,16 @@ public interface AutoFilter extends Com4jObject {
9696
void showAllData();
9797

9898

99+
/**
100+
* <p>
101+
* Getter method for the COM property "Sort"
102+
* </p>
103+
*/
104+
105+
@DISPID(3288)
106+
@PropGet
107+
com.exceljava.com4j.excel.Sort getSort();
108+
109+
99110
// Properties:
100111
}

jinx-com4j/src/main/java/com/exceljava/com4j/excel/CommentThreaded.java

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,6 @@ java.lang.String text(
149149
@Optional java.lang.Object overwrite);
150150

151151

152-
/**
153-
* <p>
154-
* Getter method for the COM property "SupportsReplies"
155-
* </p>
156-
*/
157-
158-
@DISPID(3284)
159-
@PropGet
160-
boolean getSupportsReplies();
161-
162-
163152
/**
164153
* <p>
165154
* Getter method for the COM property "Replies"
@@ -207,5 +196,29 @@ java.lang.String text(
207196
com.exceljava.com4j.excel.CommentThreaded previous();
208197

209198

199+
/**
200+
* <p>
201+
* Getter method for the COM property "Resolved"
202+
* </p>
203+
*/
204+
205+
@DISPID(3304)
206+
@PropGet
207+
boolean getResolved();
208+
209+
210+
/**
211+
* <p>
212+
* Setter method for the COM property "Resolved"
213+
* </p>
214+
* @param rhs Mandatory boolean parameter.
215+
*/
216+
217+
@DISPID(3304)
218+
@PropPut
219+
void setResolved(
220+
boolean rhs);
221+
222+
210223
// Properties:
211224
}

jinx-com4j/src/main/java/com/exceljava/com4j/excel/DialogSheet.java

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2426,13 +2426,13 @@ void set_DisplayRightToLeft(
24262426

24272427
/**
24282428
* <p>
2429-
* Getter method for the COM property "AutoFilter"
2429+
* Getter method for the COM property "_AutoFilter"
24302430
* </p>
24312431
*/
24322432

24332433
@DISPID(793)
24342434
@PropGet
2435-
com.exceljava.com4j.excel.AutoFilter getAutoFilter();
2435+
com.exceljava.com4j.excel.AutoFilter get_AutoFilter();
24362436

24372437

24382438
/**
@@ -4210,13 +4210,13 @@ void setEnableFormatConditionsCalculation(
42104210

42114211
/**
42124212
* <p>
4213-
* Getter method for the COM property "Sort"
4213+
* Getter method for the COM property "_Sort"
42144214
* </p>
42154215
*/
42164216

42174217
@DISPID(880)
42184218
@PropGet
4219-
com.exceljava.com4j.excel.Sort getSort();
4219+
com.exceljava.com4j.excel.Sort get_Sort();
42204220

42214221

42224222
/**
@@ -5029,6 +5029,39 @@ void saveAs(
50295029
@Optional java.lang.Object local);
50305030

50315031

5032+
/**
5033+
* <p>
5034+
* Getter method for the COM property "CommentsThreaded"
5035+
* </p>
5036+
*/
5037+
5038+
@DISPID(3282)
5039+
@PropGet
5040+
com.exceljava.com4j.excel.CommentsThreaded getCommentsThreaded();
5041+
5042+
5043+
/**
5044+
* <p>
5045+
* Getter method for the COM property "AutoFilter"
5046+
* </p>
5047+
*/
5048+
5049+
@DISPID(3289)
5050+
@PropGet
5051+
com.exceljava.com4j.excel.AutoFilter getAutoFilter();
5052+
5053+
5054+
/**
5055+
* <p>
5056+
* Getter method for the COM property "Sort"
5057+
* </p>
5058+
*/
5059+
5060+
@DISPID(3288)
5061+
@PropGet
5062+
com.exceljava.com4j.excel.Sort getSort();
5063+
5064+
50325065
/**
50335066
* <p>
50345067
* Getter method for the COM property "DefaultButton"

jinx-com4j/src/main/java/com/exceljava/com4j/excel/ErrorCheckingOptions.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,29 @@ void setInconsistentTableFormula(
302302
boolean rhs);
303303

304304

305+
/**
306+
* <p>
307+
* Getter method for the COM property "MisleadingNumberFormats"
308+
* </p>
309+
*/
310+
311+
@DISPID(3298)
312+
@PropGet
313+
boolean getMisleadingNumberFormats();
314+
315+
316+
/**
317+
* <p>
318+
* Setter method for the COM property "MisleadingNumberFormats"
319+
* </p>
320+
* @param rhs Mandatory boolean parameter.
321+
*/
322+
323+
@DISPID(3298)
324+
@PropPut
325+
void setMisleadingNumberFormats(
326+
boolean rhs);
327+
328+
305329
// Properties:
306330
}

jinx-com4j/src/main/java/com/exceljava/com4j/excel/IAutoCorrect.java

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,5 +321,74 @@ void setAutoFillFormulasInLists(
321321
boolean rhs);
322322

323323

324+
/**
325+
* <p>
326+
* Getter method for the COM property "KeepGeneralFormatLeadingZerosAsText"
327+
* </p>
328+
* @return Returns a value of type boolean
329+
*/
330+
331+
@VTID(30)
332+
boolean getKeepGeneralFormatLeadingZerosAsText();
333+
334+
335+
/**
336+
* <p>
337+
* Setter method for the COM property "KeepGeneralFormatLeadingZerosAsText"
338+
* </p>
339+
* @param rhs Mandatory boolean parameter.
340+
*/
341+
342+
@VTID(31)
343+
void setKeepGeneralFormatLeadingZerosAsText(
344+
boolean rhs);
345+
346+
347+
/**
348+
* <p>
349+
* Getter method for the COM property "KeepGeneralFormatLargeNumbersAsText"
350+
* </p>
351+
* @return Returns a value of type boolean
352+
*/
353+
354+
@VTID(32)
355+
boolean getKeepGeneralFormatLargeNumbersAsText();
356+
357+
358+
/**
359+
* <p>
360+
* Setter method for the COM property "KeepGeneralFormatLargeNumbersAsText"
361+
* </p>
362+
* @param rhs Mandatory boolean parameter.
363+
*/
364+
365+
@VTID(33)
366+
void setKeepGeneralFormatLargeNumbersAsText(
367+
boolean rhs);
368+
369+
370+
/**
371+
* <p>
372+
* Getter method for the COM property "KeepGeneralFormatDigitsWithEAsText"
373+
* </p>
374+
* @return Returns a value of type boolean
375+
*/
376+
377+
@VTID(34)
378+
boolean getKeepGeneralFormatDigitsWithEAsText();
379+
380+
381+
/**
382+
* <p>
383+
* Setter method for the COM property "KeepGeneralFormatDigitsWithEAsText"
384+
* </p>
385+
* @param rhs Mandatory boolean parameter.
386+
*/
387+
388+
@VTID(35)
389+
void setKeepGeneralFormatDigitsWithEAsText(
390+
boolean rhs);
391+
392+
324393
// Properties:
325394
}

0 commit comments

Comments
 (0)