Multiple Problems
Gurus, I recently started working with Apache POI framework to generate / update existing excel (.xlsx) report files. I am good with one report though... But I am getting into issues while working on...
View ArticleHow to set the border color for merged cells using POI
Hi, can any one help me to set the border color for merged cells using poi excel API
View ArticleHelp me! convert word document to pdf
I'm working with Apache POI , I have a project Convert word document to pdf. Now, I used Apache POI ,org.apache.poi.hwpf.extractor library to getText from word document: Code: import...
View ArticleAutoFilter width
Hello, I am using the AutoFilter on my sheet to have a filter on columns, so far so good. But what it does, is that the window you get when opening the filter; it's the width of the column itself. So...
View ArticleError in Import Class defined in 2 .jar files with the same directory structure
I am trying to use Apache POI to process some excel document. I am trying to just come up with a simple test to make sure I set up the package correctly, by compiling and running the test code found on...
View Articleexcel file verification
Dear Experts i want to write a program in java to check all the cells in an excel file any idea on how to do it ? Regards moo_rad
View ArticleExcel File Verification
Dear Experts i want to write a JAVA code where it check all the cells in an excel file, any idea will be highly appreciated Regards moo_rad
View ArticleOut of memory writing a 50k+ file
Hello, During the process of writing a large xlsx file, with more than 50k rows, an out of memory happens. Is there any way to reduce the memory consumption during the file writing? Thank you Antonio
View ArticleInserting consecutive character runs with different character properties...
I am writing a microsoft office file using Apache POI-HWPF api (3.8.0) and I am facing one problem to insert two/more consecutive character runs with different character properties. When inserting two...
View ArticleWriting a table without a Border to Word with Poi
Hello :-) I will write a table to Word with the framework poi. From another webside I found an example of this. But unfortunately I don't know how to remove the border of the table. Did anyone have an...
View ArticleChange the font-size from a table in a word-document using poi and XWPF
Hello :-) I change a table in a word-document with poi. Anybody haven an idea how could I change the font-size/font of my text in each cell? Code: private void adText2Table(XWPFDocument doc, String...
View ArticleHow to read and write images, flowchart information present in microsoft...
How to read and write images, flowchart or other any complex data present Microsoft office word file using Apache POI API or any other java API is available to read and write images, flowchart or...
View ArticleHSLF RecordTypes
Hi, Is there a special reason for both ExObjRefAtom and OEShapeAtom fields of org.apache.poi.hslf.record.RecordTypes having the same typeID(3009)?
View ArticleEclipse hangs when using poi to create a workook from an xlsx file for...
I am currently working on an Android project where a user can download an "xlsx" file from their email and the Android program will take that file and create a list of objects with it. I am using...
View ArticlePLEASE HELP: Reading words one by one (with determining font types) from pdf...
I have a pdf document(that is created from MS Word document, not image document). This pdf has texts in different font styles (bold, normal, and italic). I need to read these words of a text(from pdf)...
View ArticleHow to copy Excel sheets with exact cell value and formats
Please help me to copy the excel sheets with exact cell values. We are using poi 3.7.jar.we are facing issues while copying contents from one excel sheet to another excel (.xls). we are getting correct...
View ArticleHow to copy formula maintaining relative addressing
It feels like this question must surely have been asked and solved a 100 times, but I have searched all over and come up with nothing. I want to copy formulae in the same way that Excel copies them -...
View Articlewant to extract the text data from ppt and store in excel using apache poi
Hi, i want to extract the text data from ppt and store in excel...i used apache poi to extract text from PPt and it's sucessfully working and im also able to store some data in excel using apachi poi.....
View ArticleData getting overwritten in excel using apache poi.. need to get appended in...
Hai, How to go to next row and print the data in excel using java apache poi.. instead of overwritting existing data.. below is the code i have written pls correct private static void excelLog(int row,...
View ArticleERROR:"Usage: AddDimensionedImage imageFile outputFile"
Hi i tried reading Microsoft format files using poi in eclipse but its giving this error please help... It's working fine in my home computer.. but in college laptop the error is occuring... ERROR:...
View Article