-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from mbleron/core-properties
Core properties
- Loading branch information
Showing
4 changed files
with
334 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
# Change Log | ||
|
||
## [3.6] - 2023-09-02 | ||
|
||
### Added | ||
|
||
* Dublin Core properties (subset) | ||
* `getProductName` function | ||
* row limitation parameter for query-related routines | ||
|
||
## [3.5] - 2023-07-26 | ||
|
||
### Added | ||
|
||
* CLOB query support | ||
|
||
## [3.4] - 2023-05-22 | ||
|
||
### Added | ||
|
||
* Rich Text support | ||
|
||
## [3.3] - 2023-02-14 | ||
|
||
### Added | ||
|
||
* Issue #45 | ||
|
||
## [3.2] - 2023-02-04 | ||
|
||
### Added | ||
|
||
* Issue #44 | ||
|
||
### Fixed | ||
|
||
* Issue #42 | ||
* Issue #43 | ||
|
||
## [3.1] - 2023-01-03 | ||
|
||
### Added | ||
|
||
* Range style | ||
* Gradient fill | ||
* Issue #32 | ||
* Issue #37 | ||
|
||
### Fixed | ||
|
||
* Issue #35 | ||
* Issue #39 | ||
|
||
## [3.0.1] - 2022-11-18 | ||
|
||
### Fixed | ||
|
||
* Issue #33 | ||
|
||
## [3.0] - 2022-11-02 | ||
|
||
### Added | ||
|
||
* Cell API | ||
* Multitable sheet | ||
* Merged cells | ||
* CSS styling support | ||
* More table formatting options and row properties | ||
|
||
## [2.5.1] - 2022-08-23 | ||
|
||
### Fixed | ||
|
||
* Issue #27 | ||
|
||
## [2.5] - 2022-02-27 | ||
|
||
### Added | ||
|
||
* Issue #10 | ||
|
||
## [2.4.3] - 2022-02-22 | ||
|
||
### Added | ||
|
||
* debug worksheet index number, cursor number and queryString | ||
* binary_double data type | ||
|
||
## [2.4.2] - 2022-02-20 | ||
|
||
### Fixed | ||
|
||
* Issue #18 | ||
|
||
## [2.4.1] - 2022-02-19 | ||
|
||
### Added | ||
|
||
* Issue #17 | ||
|
||
## [2.4] - 2022-02-16 | ||
|
||
### Added | ||
|
||
* Issue #7 | ||
|
||
## [2.3] - 2022-02-06 | ||
|
||
### Added | ||
|
||
* Issue #9 | ||
|
||
### Fixed | ||
|
||
* Issue #15 | ||
|
||
## [2.2.1] - 2021-09-15 | ||
|
||
### Fixed | ||
|
||
* Issue #11 | ||
* Issue #12 | ||
|
||
## [2.2] - 2021-08-23 | ||
|
||
### Added | ||
|
||
* `setColumnFormat` procedure | ||
|
||
## [2.1] - 2021-07-25 | ||
|
||
### Added | ||
|
||
* `setNumFormat` procedure | ||
|
||
## [2.0] - 2021-05-23 | ||
|
||
### Added | ||
|
||
* Support for XLSB format output | ||
* New dependencies : ExcelTypes and XUTL_XLSB packages | ||
|
||
## [1.1] - 2021-04-30 | ||
|
||
### Fixed | ||
|
||
* Issue #1 | ||
|
||
## [1.0] - 2020-06-28 | ||
|
||
### Added | ||
|
||
* Encryption features | ||
|
||
## [0.1b] - 2020-03-25 | ||
|
||
* Beta version |
Oops, something went wrong.