excelize icon indicating copy to clipboard operation
excelize copied to clipboard

Excel Workbook Manager

Results 15 excelize issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report Can not open this file. Lib version: 4.4.2 [Source problem address](https://github.com/exceljs/exceljs/issues/2296) ## Steps To Reproduce ```javascript (async () => { const workbook = new ExcelJS.Workbook(); const...

bug
help wanted

## 🚀 Feature Proposal Basic shape support added #Source:https://github.com/exceljs/exceljs/pull/2077 ## Motivation Please outline the motivation for the proposal. ## Example Please provide an example for how this feature would be...

enhancement

## 🚀 Feature Proposal Release large values early for GC to be able to do its job source: #https://github.com/exceljs/exceljs/pull/1929 ## Motivation Please outline the motivation for the proposal. ## Example...

enhancement

## 🚀 Feature Proposal Add expression support for x14:cfRule #Source:https://github.com/exceljs/exceljs/pull/1767 ## Motivation Please outline the motivation for the proposal. ## Example Please provide an example for how this feature would...

enhancement

## 🚀 Feature Proposal A clear and concise description of what the feature is. Add pivot table func ## Motivation Please outline the motivation for the proposal. ## Example Please...

enhancement

如题,demo.xlsx打开之后再write就会显示损坏 最终定位到是 A1 单元格有奇怪的样式(具体什么样式不清楚,最终用户的excel不停删除单元格定位出来的) ` const ExcelJS = require('excelize'); (async()=>{ const workbook = new ExcelJS.Workbook(); const wb = await workbook.xlsx.readFile('demo.xlsx'); const sheet = wb.worksheets[0]; //这里对 sheet 单元格的write操作不是必须的 await output.xlsx'); //output.xlsx...

## 🐛 Bug Report Data validation list is absent for cell if source of values on another sheet Lib version: latest ## Steps To Reproduce Create excel with two sheets...

## 🐛 Bug Report Lib version: latest Please check out why in this file cell A84 value comes as a Date when in excel file it's a number [CellFormatting.xlsx](https://github.com/user-attachments/files/19088172/CellFormatting.xlsx)

## 🐛 Bug Report For some files workbook.xlsx.load throws "TypeError: Cannot read properties of undefined (reading 'sheets')" [Ent 25 (dd check) – Notes – Mar 03, 2025 (2) (1).xlsx](https://github.com/user-attachments/files/19073960/Ent.25.dd.check.Notes.Mar.03.2025.2.1.xlsx)

enhancement