Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)