Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to work with JExcel API and had the following question. I have queried my database tables for 3 columns: id, time, value. I am adding them into different arrays as objects. I want to outp
how do you use the third party libraries? I have downloaded it, but am unsure what to do with it, do i place it in my eclipse project folder etc?
I open excel file by JExcel, modify some cells and save it. As result Array formulas({ ... } CTRL+SHIFT+ENTER) was broken.
My program successfully creates and fills a Excel(.xls) file. Once created, I would like the new file to open in the system\'s default program (Excel in my case). How can I achieve this?
I need to detect whether the text within a cell is struck out or not. I\'m using this: Cell cc = sheet.getCell(\"B1\");
I\'m using JExcelApi for generati开发者_如何学JAVAng XLS files.From jxl.format.Colour, I see how to get any of the colors in the \"standard Excel colour palette\", but not how to create a new color (s
In Excel, I can have multiple text styles in a single cell.Is there a way to create a file like this using JExcelApi?I\'m not seeing anything so far: setCellFormat is a method on WritableCell, and the