jexcelapi Questions
2
Solved
Currently I'm working on android development. As the requirement stated, the application should able to read the Excel files for data input.
As other people start with this topic, I have go throug...
Colossian asked 11/10, 2016 at 2:10
3
I am using Java Spring and jxl to create Excel workbook on server side. The data that needs to be shown in Excel consists of already formatted numbers. I am using
WritableCellFormat wcf = new Wri...
11
I want to create an Excel file and write data just like writing a text file with Java. I tried to change file extension from .txt to .xls. But I want to bold letters in the Excel file. How can I do...
8
i am trying to get cell data from my .csv file but it gets error :
jxl.read.biff.BiffException: Unable to recognize OLE stream
I don't understand how to solve this,please give me some solution
t...
3
Solved
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?
For an old...
0
I am using JExcel(2.6.10) and I want to copy sheet . I want to create as like that
Open existing Excel file (pre created it as template for don't need to add style and layout)
Update or insert re...
3
Solved
I'm using JExcelApi for generating 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 (say, given its RG...
Orpha asked 2/12, 2009 at 18:45
2
Solved
I have a need to generate an excel sheet report which looks like the following template --
I know this can be done using libraries like JExcelApi and Apache POI. However I would like to know if t...
Houseclean asked 3/8, 2012 at 10:58
2
Solved
I was working on some fairly complex excel files and ran into a problem with copying sheets. Whenever I attempt to copy a sheet that is not completely blank i recieve the following message:
Except...
3
Solved
I am loading an excel file in an GAE/Java application with JExcel like this:
The html form to upload the file islike this:
<form id="" action="/save" method="post" enctype="multipart/form-data...
Chemism asked 18/4, 2011 at 10:46
2
Solved
I am planning to move the contents of a JTable into a Microsoft Excel sheet. The Excel sheet should have some format specifications. For instance if a column has a value 'A' it should be green in c...
Krenn asked 3/2, 2011 at 6:16
5
Solved
I'd love a good native Python library to write XLS, but it doesn't seem to exist. Happily, Jython does.
So I'm trying to decide between jexcelapi and Apache HSSF:
http://www.andykhan.com/jexcelapi...
1
© 2022 - 2024 — McMap. All rights reserved.