Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
fix x-spreadsheet demo #2133
fix x-spreadsheet demo #2133
Comments
|
Hello, I would like to work on this issue. |
|
Awesome! https://github.com/SheetJS/sheetjs/blob/gh-pages/x-spreadsheet.html the file is The current code: var xspr = x.spreadsheet(HTMLOUT);Based on https://github.com/myliang/x-spreadsheet#cdn I think the fix is just var xspr = x_spreadsheet(HTMLOUT);To test this, make the change and see if you get an error in the JS console when you open the page. |
https://oss.sheetjs.com/sheetjs/x-spreadsheet.html