Tagged Questions
10
votes
3answers
279 views
Refresh Pivot table using Apache POI
No/Minimal documentation regarding Apache POI for Pivot tables in the Apache site has got me to write this.
I want to refresh a pivot table in a Work Book using Apache POI.
Please let me know where ...
1
vote
2answers
119 views
List having different data to be displayed in excel
I have a list of quest id like 1,2,3,4,5,6 for one person id say 34512 and only 4 for other person id say 23124 .I am display the data for each person id in excel like
A B C D E F ...
0
votes
2answers
143 views
HTML Formatted Cell value to Excel using Apache POI 1
I want to display the Html Formatted value in to Excel cell. the html tag contains unordered, ordered and bullets, italic and underline and paragraph.
I want to pass the html markup tag to something ...
0
votes
2answers
222 views
Setting data in xml using java and aspose
I am not able to set any data after each column,suppose i have column like a1,a2,a3 i am able to set only for a1 and a3 not a2.I am using aspose to set data in xml and generate xml.What is wrong i am ...
2
votes
1answer
187 views
Aspose cell exception:om.ctc.wstx.sr.ValidatingStreamReader cannot be cast to com.ctc.wstx.sr.ValidatingStreamReader
I am using Aspose.Cells (trial version) to parse a .xls (Excel) file for Java. But when I try to load the file, it throws the exception given below:
SEVERE: java.lang.IllegalStateException: XML ...
1
vote
1answer
155 views
com.ctc.wstx.sr.ValidatingStreamReader cannot be cast to com.ctc.wstx.sr.ValidatingStreamReader
When I am trying to convert a xlsx file into pdf using this code
else if (extension.equals("xlsx"))
{
//Createing and XLSX LoadOptions object
LoadOptions loadOptions ...
0
votes
1answer
58 views
Java printing to a printer dependant on choice
I am developing a Java application which pulls an attachment from a notes database, carries out a find and replace on the document, and sends it to a printer depending on what printer is specified in ...
0
votes
1answer
153 views
Extract paragraphs from pdf file
I am searching how to get all the paragraphs from a pdf file in java,
I checked the aspose library and pdfbox library, but it seems they do not support yet this request.
Does anyone know a java ...
0
votes
1answer
1k views
How to insert a floating shape on each page of an Aspose.Words document?
I have an Aspose.Words document.
I would like to insert a TextBox Shape on each page of my document.
This is my document:
// Aspose.Words document
Document document = new Document();
// The ...
0
votes
1answer
132 views
Aspose.Slides for JasperReports - opinions
We are considering usind Aspose.Slides for JasperReports as a way to create export to PPT in our application.
I am searching for opinions on this tool. Has any of used it? What is the quality, ...
0
votes
0answers
153 views
how to dynamically add images in a nested loop (in template.docx) with xdocreport and velocity
please i want to dynamically add images in a nested loop, i use docx as template.
i use xdocreport 1.0.2 and velocity.
here is my code:
List<Obect> structureList=new arrayList<Object>();
...
0
votes
0answers
38 views
Aspose.Words: Using CustomXmlPartCollection
I'm playing around with the Aspose.Words API, and I'm trying to pull out the CustomXmlMarkup nodes from a document. Currently, I can get them by recursing through the document tree, but I noticed ...
0
votes
0answers
28 views
Want to generator Report in multiple language by using asspose
I am using aspose for reporting with java .currently my all report template are in english language but now i want them to support in multiple languages doesnt asspose support any such ??
0
votes
0answers
632 views
Unknown file format error for .docx files while using aspose.words
I am using aspose.words to retrieve comments from a word document in a java program.
Document document = new Document("D:/myDoc.docx"); //Line 18
When i run this, it gives the following error, ...