sheetjs icon indicating copy to clipboard operation
sheetjs copied to clipboard

πŸ“— SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

Results 131 sheetjs issues
Sort by recently updated
recently updated
newest added

This fixes issue #2737 By Swapnil Sharma

See: #2560 - Improved rounding to account for minutes, hours, etc. - Added tests for rounding dates/times

Current method of numdate/datenum calculation works incorrectly for timezones that are equal nowadays but were different in the past (e.g. Europe/Minsk and Europe/Moscow). Suggested method bypasses this issue by initializing...

Hey! This fix refers to [issue #1300](https://github.com/SheetJS/sheetjs/issues/1300) I made changes to two of the files to include regex options to parse dates in the following formats: - mm dd yyyy...

see https://github.com/SheetJS/js-xlsx/issues/1626

HTML

Implemented unlocking of cells in a particular column after protecting a worksheet

Hi all I've had the same feature wish as https://github.com/SheetJS/js-xlsx/issues/364 and https://github.com/SheetJS/js-xlsx/issues/137 to be able to embed some images in WorkSheets. Took me a few hours to get something up...

Images
Features

A collective series of changes that allows style information to be read from and written to xlsx files. This should not affect .xls or .xlsb files. Submitting a pull request...

Style

Hi! Can someone let me know what's causing the problem? `function ExportToExcel(type, fn, dl) { var elt = document.getElementById("content"); var oID = document.getElementById("txtOpportunityID").innerHTML; let today = new Date().toISOString().slice(0, 10) var...