-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am new to jxl, but I have what I think is a pretty simple requirement. I want to take an existing .xls file with three tabs, turn off the gridlines on all 3, and then save it again. It looks from the API like there is a function to handle gridlines setPrintGridLines(boolean b)
I would love it…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
how to insert an object into a cell using JXL api..
i have a file which is not image.. i want to insert it into a cell of Excel sheet..
how can i achieve this?? please help...
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I am facing a problem while getting contents of cell using JXL api, if I am using formula
in xls sheet. Right now I am using formula - IF($L10="","",+ROUND($L10*1.375,3)) in each
cell but when the cell value is blank i am getting junk charactes when i call cell.getContents() method, the code…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
1. Create a New Workspace and Project
File > New > General > Workspace Configured for Oracle Applications
File Name – PrajkumarImportxlsDemo
Automatically a new OA Project will also be created
Project Name -- ImportxlsDemo
Default Package -- prajkumar…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using jxl api for generating a excel sheet, in which the alternate rows are highlighted, when I sort the contents of a excel and sort manually, the cell background colors messup, usually this is because I am writing the color cell by cell, is there anyway through which i color the alternate rows…
>>> More