jexcelapi
What is the best way to write an excel file from Java? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-07 23:58 分类:问答jexcel - transpose question
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[详细]
2023-01-11 14:54 分类:问答Installing jexcelapi
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?[详细]
2023-01-07 03:47 分类:问答JExcel doesn't copy Array formula
I open excel file by JExcel, modify some cells and save it. As result Array formulas({ ... } CTRL+SHIFT+ENTER) was broken.[详细]
2022-12-24 13:34 分类:问答Opening an Excel file using the default program
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?[详细]
2022-12-17 08:25 分类:问答Detecting struckout text in a cell using JExcelApi
I need to detect whether the text within a cell is struck out or not. I\'m using this: Cell cc = sheet.getCell(\"B1\");[详细]
2022-12-15 11:15 分类:问答Making new colors in JExcelApi
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[详细]
2022-12-13 14:06 分类:问答JExcelApi: multiple formats in one cell?
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[详细]
2022-12-09 22:03 分类:问答