From 131afb5221725e4f57a1f7a79338e0f9692f7dd9 Mon Sep 17 00:00:00 2001 From: Vivek Sattanatha Date: Fri, 12 Dec 2025 14:48:34 +0000 Subject: [PATCH] Client Side custom Excel export using ExcelJS Framework --- .../README.md | 5 ++ .../exportExcel_excelJSHTML.html | 65 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 Client-Side Components/UI Pages/Export as Excel using exceljs Framework/README.md create mode 100644 Client-Side Components/UI Pages/Export as Excel using exceljs Framework/exportExcel_excelJSHTML.html 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