Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SheetJS
/
sheetjs
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
7.9k
Star
36.3k
Code
Issues
120
Pull requests
13
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Read + write style information to .xlsx
- #263
#263
Open
protobi
wants to merge 104 commits into
SheetJS:master
SheetJS/sheetjs:master
from
protobi:master
protobi/js-xlsx:master
Copy head branch name to clipboard
Conversation
Commits
104
聽(104)
Checks
Files changed
Open
Read + write style information to .xlsx
#263
protobi
wants to merge 104 commits into
SheetJS:master
SheetJS/sheetjs:master
from
protobi:master
protobi/js-xlsx:master
Copy head branch name to clipboard
Commits
Commits on Feb 28, 2015
Add ability to save cell styles to .xlsx
protobi-pieter
committed
0227496
View commit details
Copy full SHA for 0227496
Browse repository at this point
Added support for alignment
protobi-pieter
committed
845d2a8
View commit details
Copy full SHA for 845d2a8
Browse repository at this point
Commits on Mar 1, 2015
Use jQuery parseXML to preserve case in XML
protobi-pieter
committed
a562150
View commit details
Copy full SHA for a562150
Browse repository at this point
Commits on Mar 2, 2015
Removed dependence on cheerio, jquery; added xmlbuilder;
protobi-pieter
committed
5f7a0f2
View commit details
Copy full SHA for 5f7a0f2
Browse repository at this point
Remove stray logs
protobi-pieter
committed
cd2b20f
View commit details
Copy full SHA for cd2b20f
Browse repository at this point
Fix issue with custom formats
protobi-pieter
committed
576b59f
View commit details
Copy full SHA for 576b59f
Browse repository at this point
Commits on Mar 3, 2015
Escape embedded quotes
protobi-pieter
committed
05b58d8
View commit details
Copy full SHA for 05b58d8
Browse repository at this point
Commits on Mar 5, 2015
Handle embedded quotes in number formats
protobi-pieter
committed
1f02e5b
View commit details
Copy full SHA for 1f02e5b
Browse repository at this point
Commits on Mar 7, 2015
Added support for borders
protobi-pieter
committed
91ec052
View commit details
Copy full SHA for 91ec052
Browse repository at this point
Remove stray console.log() calls
protobi-pieter
committed
5e44331
View commit details
Copy full SHA for 5e44331
Browse repository at this point
Commits on Mar 9, 2015
Add styles to README.md
protobi-pieter
committed
c3af249
View commit details
Copy full SHA for c3af249
Browse repository at this point
Update Style specifications in README.md
protobi-pieter
committed
97d4001
View commit details
Copy full SHA for 97d4001
Browse repository at this point
Update README.md
protobi-pieter
committed
33dc7b8
View commit details
Copy full SHA for 33dc7b8
Browse repository at this point
Commits on Mar 12, 2015
Add support for textRotation
protobi-pieter
committed
aa8f3a7
View commit details
Copy full SHA for aa8f3a7
Browse repository at this point
Update README for textRotation
protobi-pieter
committed
9b76f6b
View commit details
Copy full SHA for 9b76f6b
Browse repository at this point
Remove broken link
Ilya Radchenko
committed
1a51c40
View commit details
Copy full SHA for 1a51c40
Browse repository at this point
Merge pull request #1 from knownasilya/patch-2
Show description for 0e2b8a4
Pieter Sheth-Voss
committed
0e2b8a4
View commit details
Copy full SHA for 0e2b8a4
Browse repository at this point
Commits on Mar 13, 2015
Update README.md
Show description for ad2a120
Pieter Sheth-Voss
committed
ad2a120
View commit details
Copy full SHA for ad2a120
Browse repository at this point
Commits on Mar 20, 2015
Fix issue exporting font color
protobi-pieter
committed
4f4f7fc
View commit details
Copy full SHA for 4f4f7fc
Browse repository at this point
Merge remote-tracking branch 'origin/master'
protobi-pieter
committed
33c32f0
View commit details
Copy full SHA for 33c32f0
Browse repository at this point
Commits on Mar 28, 2015
Read styles - font, fill and numFmt
protobi-pieter
committed
27a300b
View commit details
Copy full SHA for 27a300b
Browse repository at this point
Parse font bold-italic-strike-outline-shadow-superscript-subscript
protobi-pieter
committed
37a031c
View commit details
Copy full SHA for 37a031c
Browse repository at this point
Parse font bold-italic-strike-outline-shadow-superscript-subscript
protobi-pieter
committed
995f5e8
View commit details
Copy full SHA for 995f5e8
Browse repository at this point
Update README.md
Show description for 8da3738
protobi-pieter
committed
8da3738
View commit details
Copy full SHA for 8da3738
Browse repository at this point
Commits on Mar 29, 2015
Added round-trip test for styles
protobi-pieter
committed
9102c82
View commit details
Copy full SHA for 9102c82
Browse repository at this point
Commits on Apr 15, 2015
Merge remote-tracking branch 'origin/master'
protobi-pieter
committed
114f257
View commit details
Copy full SHA for 114f257
Browse repository at this point
Read borders and alignments
protobi-pieter
committed
5f9576a
View commit details
Copy full SHA for 5f9576a
Browse repository at this point
Merge changes from upsteam
protobi-pieter
committed
0b1a040
View commit details
Copy full SHA for 0b1a040
Browse repository at this point
Commits on Apr 16, 2015
Update tests to reflect change in spec for fills
protobi-pieter
committed
08e648b
View commit details
Copy full SHA for 08e648b
Browse repository at this point
Commits on Apr 17, 2015
Parse raw_rgb
protobi-pieter
committed
51b7cab
View commit details
Copy full SHA for 51b7cab
Browse repository at this point
Save fill color to .rgb but not tint
protobi-pieter
committed
89066b4
View commit details
Copy full SHA for 89066b4
Browse repository at this point
Correct hex2RGB coding, apply tints
protobi-pieter
committed
5dbf215
View commit details
Copy full SHA for 5dbf215
Browse repository at this point
Commits on Apr 20, 2015
Add syntax highlighting to readme examples
Ilya Radchenko
committed
c287383
View commit details
Copy full SHA for c287383
Browse repository at this point
Merge pull request #2 from knownasilya/patch-2
Show description for acf60c2
Pieter Sheth-Voss
committed
acf60c2
View commit details
Copy full SHA for acf60c2
Browse repository at this point
Commits on May 8, 2015
Document wrapText
protobi-pieter
committed
40cfb0c
View commit details
Copy full SHA for 40cfb0c
Browse repository at this point
Merge branch 'master' of https://github.com/protobi/js-xlsx
protobi-pieter
committed
21e1976
View commit details
Copy full SHA for 21e1976
Browse repository at this point
Commits on May 12, 2015
Remove requirement that require, module or jquery be defined before using StyleBuilder
protobi-pieter
committed
858abf1
View commit details
Copy full SHA for 858abf1
Browse repository at this point
Commits on May 21, 2015
Add alignment; update README
protobi-pieter
committed
ed0cd9b
View commit details
Copy full SHA for ed0cd9b
Browse repository at this point
Commits on Jun 4, 2015
Default gray125 style per pull request #3
protobi-pieter
committed
4099a24
View commit details
Copy full SHA for 4099a24
Browse repository at this point
Commits on Jun 12, 2015
Remove temp example files from repo
protobi-pieter
committed
0255a05
View commit details
Copy full SHA for 0255a05
Browse repository at this point
Commits on Jun 13, 2015
Make dist and update package name
protobi-pieter
committed
8801e76
View commit details
Copy full SHA for 8801e76
Browse repository at this point
Update README, bower, package
protobi-pieter
committed
0096c09
View commit details
Copy full SHA for 0096c09
Browse repository at this point
Update README, bower, package
protobi-pieter
committed
9145958
View commit details
Copy full SHA for 9145958
Browse repository at this point
Update README, bower, package
protobi-pieter
committed
a602355
View commit details
Copy full SHA for a602355
Browse repository at this point
Update README, bower, package
protobi-pieter
committed
d60a0a5
View commit details
Copy full SHA for d60a0a5
Browse repository at this point
Update README, bower, package
protobi-pieter
committed
3010d93
View commit details
Copy full SHA for 3010d93
Browse repository at this point
Update README, bower, package
protobi-pieter
committed
c034eda
View commit details
Copy full SHA for c034eda
Browse repository at this point
Commits on Jun 26, 2015
Remove lab, .idea, test-csv, test-acid, etc. from repo
protobi-pieter
committed
1ca3c3e
View commit details
Copy full SHA for 1ca3c3e
Browse repository at this point
Remove lab, .idea, test-csv, test-acid, etc. from repo
protobi-pieter
committed
e7b06d7
View commit details
Copy full SHA for e7b06d7
Browse repository at this point
Remove lab, .idea, test-csv, test-acid, etc. from repo
protobi-pieter
committed
f52c80e
View commit details
Copy full SHA for f52c80e
Browse repository at this point
Commits on Aug 11, 2015
Retain styles for blank cells
protobi-pieter
committed
dcf6f17
View commit details
Copy full SHA for dcf6f17
Browse repository at this point
Added test files
protobi-pieter
committed
0d1281c
View commit details
Copy full SHA for 0d1281c
Browse repository at this point
Merge remote-tracking branch 'origin/master' into beta
protobi-pieter
committed
d76234a
View commit details
Copy full SHA for d76234a
Browse repository at this point
Merge master to preserve blank style; increment version number
protobi-pieter
committed
3e3633a
View commit details
Copy full SHA for 3e3633a
Browse repository at this point
Update bower version to 0.8.5
protobi-pieter
committed
348c533
View commit details
Copy full SHA for 348c533
Browse repository at this point
Pull changes to persist styles with blank cells; increment versions for bower and npm; run cp node_modules/codepage/dist/cpexcel.full.js dist/cpexcel.js
Show description for 57b6fd4
protobi-pieter
committed
57b6fd4
View commit details
Copy full SHA for 57b6fd4
Browse repository at this point
Commits on Aug 13, 2015
Adds cheerio dependencie for tests/test-style.js
godu
committed
7461389
View commit details
Copy full SHA for 7461389
Browse repository at this point
Adds tests
godu
committed
905c512
View commit details
Copy full SHA for 905c512
Browse repository at this point
Breaks ref in style object
godu
committed
599f285
View commit details
Copy full SHA for 599f285
Browse repository at this point
Merge pull request #10 from CoorpAcademy/fix-ref-styles
Show description for d00f36f
protobi-pieter
committed
d00f36f
View commit details
Copy full SHA for d00f36f
Browse repository at this point
Commits on Dec 4, 2015
Add showGridlines
protobi-pieter
committed
03b755b
View commit details
Copy full SHA for 03b755b
Browse repository at this point
Merge branch 'master' of https://github.com/protobi/js-xlsx into beta
protobi-pieter
committed
fd83f20
View commit details
Copy full SHA for fd83f20
Browse repository at this point
Add showGridLines as option
protobi-pieter
committed
8b1add6
View commit details
Copy full SHA for 8b1add6
Browse repository at this point
Merge branch 'master' of https://github.com/protobi/js-xlsx
protobi-pieter
committed
2886195
View commit details
Copy full SHA for 2886195
Browse repository at this point
Merge branch 'master' of https://github.com/protobi/js-xlsx into beta
protobi-pieter
committed
634699f
View commit details
Copy full SHA for 634699f
Browse repository at this point
Bump bower version to 0.87
protobi-pieter
committed
d4e0b8b
View commit details
Copy full SHA for d4e0b8b
Browse repository at this point
Commits on Dec 5, 2015
Add row and column breaks
protobi-pieter
committed
43f5698
View commit details
Copy full SHA for 43f5698
Browse repository at this point
Add row/col breaks
protobi-pieter
committed
bbeec3e
View commit details
Copy full SHA for bbeec3e
Browse repository at this point
Add page setup
protobi-pieter
committed
376096b
View commit details
Copy full SHA for 376096b
Browse repository at this point
Add page scale and orientation
protobi-pieter
committed
0bf1153
View commit details
Copy full SHA for 0bf1153
Browse repository at this point
Add doc props
protobi-pieter
committed
7de41c2
View commit details
Copy full SHA for 7de41c2
Browse repository at this point
Add rowBreaks, colBreaks, scale, showGridLines
protobi-pieter
committed
f984bd6
View commit details
Copy full SHA for f984bd6
Browse repository at this point
Commits on Mar 8, 2016
Copy README from beta
protobi-pieter
committed
fe748ad
View commit details
Copy full SHA for fe748ad
Browse repository at this point
Update README.md
protobi-pieter
committed
166d0e3
View commit details
Copy full SHA for 166d0e3
Browse repository at this point
Update README.md
protobi-pieter
committed
9407fe8
View commit details
Copy full SHA for 9407fe8
Browse repository at this point
Update README.md
protobi-pieter
committed
aceebf4
View commit details
Copy full SHA for aceebf4
Browse repository at this point
Update README.md
protobi-pieter
committed
0e62411
View commit details
Copy full SHA for 0e62411
Browse repository at this point
Update README.md
protobi-pieter
committed
050b74e
View commit details
Copy full SHA for 050b74e
Browse repository at this point
Update README.md
protobi-pieter
committed
2ec18e9
View commit details
Copy full SHA for 2ec18e9
Browse repository at this point
Commits on Apr 6, 2016
Set tabSelected to 0 per issue #26
protobi-pieter
committed
bed6327
View commit details
Copy full SHA for bed6327
Browse repository at this point
Set tabSelected to 0 per issue #26
protobi-pieter
committed
876c4a0
View commit details
Copy full SHA for 876c4a0
Browse repository at this point
Merge branch 'master' of https://github.com/protobi/js-xlsx
protobi-pieter
committed
eef7da3
View commit details
Copy full SHA for eef7da3
Browse repository at this point
Commits on May 24, 2016
Add repeating print headers
protobi-pieter
committed
0b8e538
View commit details
Copy full SHA for 0b8e538
Browse repository at this point
Merge remote-tracking branch 'origin/beta' into beta
protobi-pieter
committed
2424890
View commit details
Copy full SHA for 2424890
Browse repository at this point
Commits on May 25, 2016
merge from beta
protobi-pieter
committed
8198744
View commit details
Copy full SHA for 8198744
Browse repository at this point
Update tests; add feature to freeze headerrow
protobi-pieter
committed
245ffb8
View commit details
Copy full SHA for 245ffb8
Browse repository at this point
Update tests; add feature to freeze headerrow
protobi-pieter
committed
34d618c
View commit details
Copy full SHA for 34d618c
Browse repository at this point
Revert package name
protobi-pieter
committed
3c7f807
View commit details
Copy full SHA for 3c7f807
Browse repository at this point
Commits on Jul 14, 2016
Fix file getter: letter case not match
chikh
committed
796fbb5
View commit details
Copy full SHA for 796fbb5
Browse repository at this point
Commits on Sep 10, 2016
Apply letter case issue fix to the source code
chikh
committed
d3f6343
View commit details
Copy full SHA for d3f6343
Browse repository at this point
Commits on Sep 29, 2016
Merge pull request #46 from noodoo/fix/lower-case-files
Show description for d5092b4
protobi-pieter
authored
d5092b4
View commit details
Copy full SHA for d5092b4
Browse repository at this point
Commits on Oct 11, 2016
PR #40 - Skip cells with incorrect link to shared strings
protobi-pieter
committed
6e66789
View commit details
Copy full SHA for 6e66789
Browse repository at this point
Merge remote-tracking branch 'origin/master'
protobi-pieter
committed
1903cff
View commit details
Copy full SHA for 1903cff
Browse repository at this point
Commits on Apr 3, 2017
Add freeze pane option
protobi-pieter
committed
9edf279
View commit details
Copy full SHA for 9edf279
Browse repository at this point
Add freeze panes
protobi-pieter
committed
f959b02
View commit details
Copy full SHA for f959b02
Browse repository at this point
Add freeze panes
protobi-pieter
committed
a03dc21
View commit details
Copy full SHA for a03dc21
Browse repository at this point
Commits on Apr 4, 2017
Fixed Style Table in README.md
Show description for c224819
zeg-io
authored
c224819
View commit details
Copy full SHA for c224819
Browse repository at this point
Merge pull request #64 from zeg-io/patch-1
Show description for 68ba4e8
Pieter Sheth-Voss
authored
68ba4e8
View commit details
Copy full SHA for 68ba4e8
Browse repository at this point
Commits on May 31, 2017
Freeze columns
protobi-pieter
committed
f2520b7
View commit details
Copy full SHA for f2520b7
Browse repository at this point
Merge branch 'master' of https://github.com/protobi/js-xlsx
protobi-pieter
committed
c86472d
View commit details
Copy full SHA for c86472d
Browse repository at this point
Commits on Apr 1, 2019
Add examples
protobi-pieter
committed
9233322
View commit details
Copy full SHA for 9233322
Browse repository at this point
Commits on Sep 18, 2019
Undo last commit
protobi-pieter
committed
6226e1a
View commit details
Copy full SHA for 6226e1a
Browse repository at this point
Commits on Aug 27, 2020
Fixed horizontal alignment values
Show description for 6d0f51f
oosswwaalldd
authored
6d0f51f
View commit details
Copy full SHA for 6d0f51f
Browse repository at this point
Commits on Aug 28, 2020
Merge pull request #151 from oosswwaalldd/patch-1
Show description for 8f7a294
protobi-pieter
authored
8f7a294
View commit details
Copy full SHA for 8f7a294
Browse repository at this point
You can鈥檛 perform that action at this time.