Questions tagged [excelbuilder.js]
4 questions
3
votes
1 answer
Exporting to excel with angular-ui-grid@4.2.4
I recently upgraded to UI-Grid@4.2.4 to use export to excel.
The issue with this is it expects ExcelBuiler to be global, I am using webpack and typescript.
Package https://github.com/stephenliberty/excel-builder.js gives build error so I used…

user2769614
- 247
- 3
- 6
- 23
1
vote
0 answers
excel-builder(.js) is giving an error after opening generated file
I'm generating an excel file with excel-builder.js like this:
require([
'./js/LibrariesForXLSX/excel-builder',
'./js/LibrariesForXLSX/Excel/Table'
], function(builder, Table) {
var book = builder.createWorkbook();
//creating…

lacexd
- 903
- 1
- 7
- 22
1
vote
3 answers
A complete example using excel-builder.js
I need to use excel-builder.js to export excel file with stylings(header background color blue, freezing top row, column filtering), but the website with all documentation is not accessible anymore, I even contacted the author but without response.…

Wei Zhang
- 23
- 1
- 6
0
votes
0 answers
Getting exception java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 , while generating excel file using java
We are getting below exception in log during to generate excel file , we are using jxl version 2.6:
SEVERE: Servlet.service() for servlet [webui] in context with path [/newui] threw exception [Request processing failed; nested exception…

shriyash Lakhe
- 607
- 1
- 9
- 21