Tag

xlsx

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 5, 2024 · Frontend Development

How to Preview and Print Excel Files in Vue 3 Using xlsx and vue3-print-nb

This guide demonstrates how to use the xlsx library to preview Excel files as HTML and the vue3-print-nb plugin to print them within a Vue 3 application, covering installation, file reading with FileReader, conversion methods, component setup, and practical code examples.

Vue3excelfrontend
0 likes · 6 min read
How to Preview and Print Excel Files in Vue 3 Using xlsx and vue3-print-nb
System Architect Go
System Architect Go
Nov 7, 2017 · Backend Development

Exporting Excel Files on the Server with js-xlsx and exceljs

This article explains how to generate and serve XLSX files from a backend server using the JavaScript libraries js-xlsx and exceljs, covering data preparation, server implementation, and styling options for rows, columns, and cells.

ExcelJSdata-exportexcel
0 likes · 3 min read
Exporting Excel Files on the Server with js-xlsx and exceljs