Er. Ashish Aggarwal

Greenhorn
+ Follow
since Jun 16, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Er. Ashish Aggarwal

To do this you can use Aspose lib. Aspose cells gives a wide range of api to perform actions on excel sheet. Here is a link where you found how to export excel sheet as png/jpeg images and also how to get the images of excel componnt too.

http://iandjava.blogspot.in/2013/07/convert-excel-document-to-images.html
11 years ago
To convert String to Dom/Document object


and if you have input stream that you can directly transform stram to document object


for futher transformation of string to dom and dom to String object please refer this link.
http://iandjava.blogspot.com/2013/06/java-string-to-document-and-document-to.html
11 years ago
To Convert String from input Stream simple way is


and to convert string into a specified format so we can provide the charset as


for futher reference to convert string from input stream and input stream to string refer link.
http://iandjava.blogspot.in/2013/06/package-com.html
11 years ago