This website requires JavaScript.
Explore
Help
Main Repo
Docs
CDN
SheetJS
Register
Sign In
lionel-rowe
/
sheetjs
Watch
1
Fork
0
You've already forked sheetjs
forked from
sheetjs/sheetjs
Code
Pull Requests
Activity
6226e1afe8
sheetjs
/
bits
/
46_stycommon.js
5 lines
70 B
JavaScript
Raw
Normal View
History
Unescape
Escape
version bump 0.4.0: very basic XLSB support subfiles reshuffled (XLSB and XLSX/XLSM content separated)
2014-01-28 16:38:02 +00:00
var
styles
=
{
}
;
// shared styles
Initial implementation of style/theme parsing. Huge thanks to @SheetJS for guidance on how to do all of this! Experimental, guarded by the cellStyles option (default: false)
2014-05-29 06:18:23 +00:00
var
themes
=
{
}
;
// shared themes
Copy Permalink