Changelog
Version 6.0.1 (2024-08-11)
Changelog
Version 6.0.0 (2024-08-07)
Changelog
Version 5.2.0 (2024-02-08)
generateCSV
& generateText
functions create files in different formats, namely .csv and .txtChangelog
Version 5.1.1 (2024-01-31)
Changelog
Version 5.1.0 (2024-01-31)
fetch
option allows you to use your method to retrieve images and .xlsx filesChangelog
Version 5.0.0 (2024-01-28)
New Function
addGlobalOptions
: This function stores options, and by passing a defined key to generateExcel
, the options will be applied.Validator Functions
: This function is experimental and not yet complete. It is intended for validating the ExcelData
object.New Property
backgroundImage
property allows adding an image to the background.(Sheet propperty)pageOption
: This property has the following capabilities:
viewOption
: With this property, it is possible to:
rtl
: This will change the sheet direction to right-to-left.pageBreak
: These properties help customize the page break line.asTable
: The result will be generated as a table.Changelog
Version 4.0.0 (2024-1-6)
we have added the test and release packages. Additionally, we have addressed various issues, such as misspelling in the interface, problems with the extractExcelData function, shift top sheet problem (unit problem), and more.
Changelog
Version 3.2.0 (2023-12-29)