Top "Jxl" questions

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

JXL Number Format and Cell Type

I am using JXL to write an Excel file. The customer wants a certain column to display numbers with one …

java excel jxl
Copy sheet with JXL in Java

I would like to copy a sheet from an existing XLS document to a new one to a new location. …

java jxl
creating an excel file in memory using java and pass as bytes for downloading

I have created a excel file using jxl library. The code is working fine but the only problem is that …

java excel jxl in-memory
struts 2 Can not find a java.io.InputStream with the name [excelStream] in the invocation stack

excelStreamI am trying to download an excel file. In my Action class public class ActivityTrackerExlReportAction extends BaseAction { private InputStream excelStream; …

jsp struts2 download jxl
What are the differences between jxl vs apache poi vs jexcel?

what are the relevant differences between this libs ? also can tell me anyone about the license of this products ? i …

apache-poi xls xlsx jxl jexcelapi
different colors for cells in excel sheet using jxl

I have been learning how to use jXL API as I'm new to it. I have an excel sheet, where …

java jxl
java to excel date formatting

The problem is when I'm running my application and have a grid (with strings and date columns) and save it …

java excel datetime jxl
Reading content from an Excel file

package jexcel.jxl.nimit; import java.io.*; import jxl.Cell; import jxl.Sheet; import jxl.Workbook; import jxl.read.biff.…

java jxl jxls
Is this possible to read and write on same xls sheet?

i am using JXl for xls reading is there any way to read and write in same excel sheet, i …

java apache-poi jxl