By: Mayur Chavda
Hi Viral, I want to read only BOLD text from excel file and save it to another new excel file Any suggestion appreciated. Thanks
View ArticleBy: Viral Patel
You can check the style for given cell and see if it is bold or not. Something like following: HSSFCell cell = ... //get cell short boldness = cell.getCellStyle().getFont(workbook).getBoldweight();...
View ArticleBy: Vinayak Pahalwan
I want to count the number of columns in the sheet and print the number of rows in a particular coulm. How i can do that? Like manually i have to iterate ? can you provide the code or describe how to...
View ArticleBy: Priyank Vyas
i want enter null or empty string in DB is it possible if possible then how to do it if any cell is empty it throws the null pointer exception
View ArticleBy: uday
When i am trying to read the excel file from the above code it showing error at the following : Iterator rowIterator = sheet.iterator(); //Get iterator to all cells of current row Iterator cellIterator...
View ArticleBy: s.arun316@gmail.com
can i send the contents in the ppt to xls automatically by clicking a button
View ArticleBy: Anto
Hi Sir, Getting red line on the following words when tried create a new excel file and write data in it as given above… workbook, Row, Cell, sheet, Map, HashMap, Set, Date
View ArticleBy: siddu
how to apply conditions to the data while retrieving from excel. For suppose, I dont want total data of SALARY column. I need only the data who are earning salary morethan 10000/-
View ArticleBy: Timy
Please Check that below mentioned example does not work as it is expected to be . [code language="language"] 3. Create new Excel File : Below is the complete code that writes a new excel with dummy...
View ArticleBy: Anto
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 ArticleBy: Hayk
Hi, there, please help me,. I am trying to merge excel files. I read above code. switch(cell.getCellType()) { case Cell.CELL_TYPE_BOOLEAN: System.out.print(cell.getBooleanCellValue() + "\t\t"); break;...
View ArticleBy: Kyle
Hey, Thanks for the tutorial but how would I go about using this to create a .xlsx from a .xls?
View ArticleBy: bobby
i am trying to do export to excel with embed files. But not happening. Can any one help the same
View ArticleBy: Parin
Thanks for this post Viral! Was looking for a quick example for this – thanks!
View ArticleBy: saks
Hi Viral Patel, The examples you have provided are very helpful. What are the import files required in a javascript to import/export data from/to excel from the javascript? I’m a tester using...
View ArticleBy: Pushpa Kalubarme
Hi Viral, I using your code to read the data of excel(xlsx) file . So only made change from HSSF to XSSF. But I am not able to read the data of excel file. And this code is giving error like “cannot be...
View ArticleBy: Satheesh
Hi All, is anyone have solution for .Xlsx file format?? Im facing issues with this format, plz help me by sharing the code. Thanks in Advance, Satheesh
View ArticleBy: Satheesh
Hi Viral, could you please share an example for .xlsx file. Thanks in Advance, Satheesh
View Article