Releases: mohammadrezaeicode/mr-excel-repo
Releases · mohammadrezaeicode/mr-excel-repo
Release v6.0.1
Version 6.0.1 (2024-08-11)
New Features
- Introduced formatMap to support new data formats.
- Added the excelToJson and excelToNode functions.
Improvements
- Increased code coverage to 90%.
- Enhanced capability to use image, checkbox, and comment together.
- Incorporated GitHub Community Standards for better collaboration.
- more
Bug Fixes
- Resolved issues related to backgroundImage.
- Resolved an issue related to the incorrect package release in version 6.0.0.
Release v5.3.0
Release v5.2.0
Version 5.2.0 (2024-02-08)
New Features
generateCSV
&generateText
functions create files in different formats, namely .csv and .txt
Release v5.1.1
Version 5.1.1 (2024-01-31)
Bug Fixes
- Fixed README.md
Release v5.1.0
Version 5.1.0 (2024-01-31)
New Features
- The
fetch
option allows you to use your method to retrieve images and .xlsx files
Release v5.0.0
Version 5.0.0 (2024-01-28)
New Features
New Function
addGlobalOptions
: This function stores options, and by passing a defined key togenerateExcel
, the options will be applied.Validator Functions
: This function is experimental and not yet complete. It is intended for validating theExcelData
object.
New Property
- The
backgroundImage
property allows adding an image to the background.(Sheet propperty) pageOption
: This property has the following capabilities:- Define page margins.
- Add a header.
- Add a footer.
- Change from portrait to landscape orientation.
viewOption
: With this property, it is possible to:- Change the workbook view.
- Hide the grid.
- Hide headlines.
- Hide the ruler.
- Enable frozen ability.
- Enable split ability.
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.
- The
Improvements
- Reduced the size of the main bundle from 431KB to 181KB.
- Reduced the overall package size.
Version 4.0.0 (2024-1-6)
Release v4.0.0
Version 4.0.0 (2023-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.
New Features
- Added tests
- Release Github package
Improvements
- Reduced the size of the generated file.
- more
Bug Fixes
- Corrected misspellings in interfaces.
- Fixed extractExcelData where the value will now return, and you need to specify if you want to use it in the backend.
- Resolved the issue of shifting the top in the sheet, fixing problems in units.
- more