Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
POI
Page 32 of 94 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10  

Excel on Windows98

Hi I have trouble in Excel on "Windows98 " and "WindowsMe " by POI. It 's no problem to create Excel included 2byte font(ex.japanese) on Windows2000 and XP. However on win98 and winMe "2byte font "

Row/Column number!!!

Hi My name is Venkat. I am working on a project which is using the http //jakarta.apache.org/poi/apidocs API? I would appreciate any help that I can get. Can somebody tell me if there is a meth

Getting numeric cells as a formatted string

Is there any way to get the value of a numeric cell as a string formatted by the cells data format? Or do I have to write a parser that can convert to each data format myself? Any help would be a

POI pivot tables

Hello all Apologies I know similar questions come up often. However I have looked in the archives and bugzilla and I haven 't found anything that seemed directly relevant. I was trying to open a (

Export to excel using XLS templates

Hi You can also try jXLS library - http //jxls.sourceforge.net It allows you to export data to excel using XLS templates. It is based on POI to read and write excel file. So it preserves all macroses

another solution

Use jXLS - http //jxls.sourceforge.net It is library designed for template-based excel export. It uses POI to read/modify XLS template.

Export charts to Excel using XLS template

Hi You can try jXLS library - http //jxls.sourceforge.net - for exporting charts in Excel. It is based on POI but it is designed for template-based export.

Problem adding custom information to documents

Hi I 'm trying to add some custom properties to a word document using HPSF. It seems to work fine besides that the information is not displayed in the properties of the document when I open it using

Error in HSSFClientAnchor constructor...

I 'm getting an error when using dx1 and dx2 to resize the borders of my HSSFRichTextString HSSFClientAnchor(int dx1 int dy1 int dx2 int dy2 short col1 int row1 short col2 int row2)co

Excel autofilters causing InvocationTargetException errors

Apparently InvocationTargetException error is on the bug list http //issues.apache.org/bugzilla/show_bug.cgi?id(772 I 'm sure there are other things besides autofiltering which can cause this error ho

Does POI 2.5.1 run on jdk 1.3

Hello All I am currently using POI 's HSSF to read an Excel spreadsheet from Java using jdk 1.4. However I have a need to run the same application on jdk 1.3. Could someone tell me if POI 2.5.1 run

AW: AW: Working with Chart in Excel using POI

Hi Mike. With http //mail-archives.apache.org/mod_mbox/jakarta-poi-user/ you search the archive. Then you search the desired month and the threads. The date I see in my Outlook. There I find a lot o

AW: Working with Chart in Excel using POI

Hi Mike. In January there was a thread "Data range for charts ". Maybe the information there helps you. Regards Karl-Heinz. -----Urspr?ngliche Nachricht----- Von news [mailto news@(protected)]

Working with Chart in Excel using POI

Hi there Can somebody advise if there is a way to work and may be modify a chart in Excel using POI. I need to do a simple thing. I have a chart in Excel and I need to change the cell range that th

possible to extract/find refence to image data in word files

Hi there I am trying now for a few days to extract an image out of a word document. I haven 't succeeded sofar. I am afraid now that POI is not able to do this. Has anybody succeeded in or know if

Create text output with same format that appears in spreadsheet

Hi I 've got a spreadsheet with values that are displayed for the user like this 1 2 foo 3.00 4.00 5 bar 3.5 The formatting for each cell is not static but is up t

How to extract images from MS Word Document???

Hi Every one I have been new to POI. My word file may contain text and also some pictures ( like polygon special symbols mathematical expressions ) which we draw using drawing utilities prov

Reading rtf files using POI-HWPF

Hi All There is any possibilities to read .rtf files using POI. I used POIFSReader to get the summary information from rtf files. I got error messages like this "java.io.IOException Invalid head

Subject: AW: Excel cell format help

Hi. If I remember it right just delimit it with \n (and avoid to also have \r). It was discussed long in the thread "POI line feed/Carriage Return Problem " end of 2003. Regards Karl-Heinz. -----

Subject: Excel cell format help

I would like to set the value of the cell with the text entered in multiple lines using Alt Enter in Excel. Is there a way to format the same way through application? Thank you for your replies. ---

Subject: How to get cell data formats

Hi Is there some way to find what are the different data formats present in an excel sheet and to get the index of these formatted cells. regards. KT.

AW: Export Webpage

Hi Dhamo. The data are generated somehow to the webpage. So you read from that data source and write them to Excel. There 's an example in the HOWTO documentation which should show what to do for writ

Export Webpage

HI I am trying to export data from a webpage to an excel sheet. Is there any way I can do it using POI ?

AW: reading cells containing % values.

Hi Tewari. You receive the internal representation. The % is just the external representation. So it 's the same problem like that with the date some days ago and also something with numeric data jus

reading cells containing % values.

Hi I have an excel sheet some cells contain % values(50% 60% etc...).When I read from the sheet I get these values as .50 .60 etc.. Is there any way to get these values as they are in the excel sh

POI Installation

Hello there people This message is for the developers of the POI system any mailing administrators and for anyone else who cant get their POI running. I have been browsing the mailing list archives

AW: Reading Formula cell as String

Hi Animesh. In your case just getNumericValue() returns some non empty value. To obtain your desired result you need to format this which is normal Java. It 's a similar problem (internal and externa

extract image out of word document

I am trying to extract an image (inserted as jpeg file) out of a word file. I expected that I could retrieve it from the POIFSFileSystem filesystem because when I look at the binary contents of the fi

Reading Formula cell as String

hi all I am using POI v 2.5.1 . I want to read a Formula Cell which has a Numerical Value (say 05005). The problem is that i want to read this cell as a String such that i get the Value "05005 "

HPSF with excel

Now I 've found the jar that runs at 1.3. Thanks ! I would like to see if it is possible to 1- create a new excel with POI and then add some properties to it 2- open and existing excel (created with
Page 32 of 94 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10