Skip to content

Releases: mohammadrezaeicode/mr-excel-repo

Release v5.2.0

08 Feb 09:35
Compare
Choose a tag to compare

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

31 Jan 13:40
Compare
Choose a tag to compare

Version 5.1.1 (2024-01-31)

Bug Fixes

  • Fixed README.md

Release v5.1.0

31 Jan 10:43
Compare
Choose a tag to compare

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

28 Jan 14:34
Compare
Choose a tag to compare

Version 5.0.0 (2024-01-28)

New Features

  • 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
    • 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.

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

06 Jan 06:28
Compare
Choose a tag to compare

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