mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 00:17:39 +08:00
Remove emoji from README (#211)
This commit is contained in:
@@ -6,13 +6,13 @@ Generate Excel (.xlsx) reports from templates with dynamic data substitution. Cr
|
||||
|
||||
## Features
|
||||
|
||||
- ✅ **Real Excel files** - Generate actual `.xlsx` files
|
||||
- 📝 **Template-based** - Design templates in Excel with all formatting, formulas, and styles
|
||||
- 🔄 **Dynamic data** - Replace placeholders with values, arrays, tables, and images
|
||||
- 📊 **Preserve formatting** - Cell formatting, merged cells, formulas, named tables are maintained
|
||||
- 🖼️ **Image support** - Insert images from file paths or Base64
|
||||
- 📋 **Multiple sheets** - Work with multiple sheets, copy/delete sheets dynamically
|
||||
- ⚡ **Lightweight & cross-platform** - Only 3 dependencies ([jszip](https://www.npmjs.com/package/@kant2002/jszip), [elementtree](https://www.npmjs.com/package/elementtree), [image-size](https://www.npmjs.com/package/image-size)). Direct XML DOM manipulation with no superfluous overhead. Works seamlessly on Windows, Linux, and macOS.
|
||||
- **Real Excel files** - Generate actual `.xlsx` files
|
||||
- **Template-based** - Design templates in Excel with all formatting, formulas, and styles
|
||||
- **Dynamic data** - Replace placeholders with values, arrays, tables, and images
|
||||
- **Preserve formatting** - Cell formatting, merged cells, formulas, named tables are maintained
|
||||
- **Image support** - Insert images from file paths or Base64
|
||||
- **Multiple sheets** - Work with multiple sheets, copy/delete sheets dynamically
|
||||
- **Lightweight & cross-platform** - Only 3 dependencies ([jszip](https://www.npmjs.com/package/@kant2002/jszip), [elementtree](https://www.npmjs.com/package/elementtree), [image-size](https://www.npmjs.com/package/image-size)). Direct XML DOM manipulation with no superfluous overhead. Works seamlessly on Windows, Linux, and macOS.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user