JsObjExporter Versions Save

A little JavaScript plugin to generate PDF, XLS, CSV and DOC from JavaScript Object or DOM element only from the frontend!

v3.5.1

4 years ago

Hi there. As you know, npm is evolving, therefore we are trying to be in sync with the latest updates in project dependencies to provide a fully functional library. In this version, we updated the project dependencies and accordingly released a new minified file. Happy coding!

v3.5.0

4 years ago

Hi there! in this version we have the below updates:

  • Added columnSeparator: <char|string> as a new property for CSV exports to define the desired column separator.
  • Resolved the issue in printing pdf using the latest version of FireFox.

Also special thanks to @farrukhsubhani for his assistance.

v3.4.8

4 years ago

Hi there! in this version we have updated the minified version of the API.

v3.4.7

4 years ago

Hey there! there was an issue with the id in DOM exporter which was resolved in this version.

v3.4.6

4 years ago

Hi there! now the plugin supports exporting from DOM object (using DOM Id) to PDF. Enjoy!

v3.4.5

4 years ago

Hi there! here we are back with an update for the CSV exporter. Now you can generate CSV's even if the row cells have no data.

v3.4.4

4 years ago

In this version a major functionality called repeat table headers is implemented. This will improve the visualization of the repeatables specially for the pdf and doc exports.

v3.4.3

4 years ago

This version was an update after a few months. In this version, you can provide a document title and document title style for your export exportables.

v3.4.0

5 years ago

In this version, support for export to DOC is added. Now you can export your objects to DOC besides XLS, PDF and CSV!

v3.3.1

5 years ago

In this version, advanced header handling for XLS and PDF is implemented. Now you can define a width, size and alias for each column.

More importantly, the library is implemented as backward compatible. Meaning that, if you have been using an older version, you can still use the new library. In other words, you can use the both array of string or array of objects for the header parameter.

As always, please write your feature requests as well as your identified bugs. Thank you! you are awesome 😉