Top "Jxl" questions

Java Excel API - A Java API to read, write, and modify Excel spreadsheets

How to process old excel .xls files using POI?

I switched from jxl to poi since POI has more features. However, I wasn't able to process the xls files …

java excel apache-poi jxl
Inserting new column to an already existing excel file using jxl api

I'm using jxl api for editing an existing excel file. But when i try to add a new column and …

java jxl
JXL Support for excel 2007 format

I my app, I have used JXL to parse XLS sheets. Now as per the client requirement I need to …

jxl
Unable to recognize OLE stream

I want to read xml file and I use jxl. But I get error jxl.read.biff.BiffException: Unable to …

java jxl
How to read an excel file, sheet by sheet using jxl

I'm working on a utility to convert excel file from one format to another. I was suggested to use jxl …

java map jxl
Insert image to excel file using JXL without stretching it

I can insert image to my excel file using jxl usingsheet.addImage(WritableImage obj). My problem is that, it stretches …

java excel jxl
How to write formatted numbers as numbers in JExcel (jxl)

I am using Java Spring and jxl to create Excel workbook on server side. The data that needs to be …

java excel spring jxl jexcelapi
Adding data to an Excel file using jxl

I'm creating an excel file using jxl. At first is should contain only some formatting and information about styles. Then, …

java excel jxl
Jxl cell alignment

i want to know how can i set an alignment for cell in jxl library , it's default alignment is bottom …

java android excel alignment jxl
Java JXL exception with maximum row

I am creating an excel sheet from my vector which have 127923 records and when I am trying to entering the …

java jxl