Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmihaylov/netsuite-saved-search-export-excel-xml
Simple Suitelet that exports Saved Search results to Excel (XML file format) using handlebars library & handlebars template
https://github.com/gmihaylov/netsuite-saved-search-export-excel-xml
handlebars handlebars-js handlebars-template handlebarsjs netsuite suitelet suitescript2
Last synced: 23 days ago
JSON representation
Simple Suitelet that exports Saved Search results to Excel (XML file format) using handlebars library & handlebars template
- Host: GitHub
- URL: https://github.com/gmihaylov/netsuite-saved-search-export-excel-xml
- Owner: gmihaylov
- License: mit
- Created: 2023-12-26T17:24:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-29T02:17:44.000Z (10 months ago)
- Last Synced: 2024-10-01T07:04:45.147Z (about 1 month ago)
- Topics: handlebars, handlebars-js, handlebars-template, handlebarsjs, netsuite, suitelet, suitescript2
- Language: JavaScript
- Homepage:
- Size: 299 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NetSuite Saved Search Export in Excel (XML)
Simple Suitelet that exports Saved Search results to Excel (XML file format) using handlebars library & handlebars template## Options / Features
- Saved search column labels are used for Excel headers
- Handlebars.js template system is used for templating
- Handlebars template is located in ./templates folder
- Template file/path is defined in config file## More info
- Handlebars templating system (https://handlebarsjs.com/)
- SuiteAnswer 81066 Create Excel File via SuiteScript 2.0
(https://suiteanswers.custhelp.com/app/answers/detail/a_id/81066/loc/en_US)
- SuiteAnswer 25750 Create Excel file via SuiteScript 1.0 (https://suiteanswers.custhelp.com/app/answers/detail/a_id/25750)## Screenshots
![App Screenshot](screenshots/screenshot1.png)