diff --git a/Client-Side Components/UI Pages/Export as Excel using exceljs Framework/README.md b/Client-Side Components/UI Pages/Export as Excel using exceljs Framework/README.md new file mode 100644 index 0000000000..0581cd821a --- /dev/null +++ b/Client-Side Components/UI Pages/Export as Excel using exceljs Framework/README.md @@ -0,0 +1,5 @@ +ExcelJS is a powerful JavaScript library for working with Excel spreadsheets. It allows developers to read, write, and manipulate Excel files programmatically, using a simple and intuitive API. + +ExcelJS can also be used to build custom reports and dashboards within ServiceNow. By using ExcelJS to generate dynamic Excel spreadsheets, developers can create sophisticated reports that can be easily shared with other users. For example, a developer might build a custom dashboard that allows users to view real-time data on service requests, incidents, or other IT service management metrics. + +Reference: https://www.servicenow.com/community/developer-articles/custom-excel-export-or-import-in-client-side-using-exceljs/ta-p/2519012. \ No newline at end of file diff --git a/Client-Side Components/UI Pages/Export as Excel using exceljs Framework/exportExcel_excelJSHTML.html b/Client-Side Components/UI Pages/Export as Excel using exceljs Framework/exportExcel_excelJSHTML.html new file mode 100644 index 0000000000..3c1a954f80 --- /dev/null +++ b/Client-Side Components/UI Pages/Export as Excel using exceljs Framework/exportExcel_excelJSHTML.html @@ -0,0 +1,65 @@ + + + + + + + + + \ No newline at end of file