Commit 557bc430 authored by caluka's avatar caluka

setCellValue() function changed for POI jar related issue for MRC


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100155 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 661cf846
...@@ -113,7 +113,7 @@ public class MrpExportExcelServlet extends HttpServlet ...@@ -113,7 +113,7 @@ public class MrpExportExcelServlet extends HttpServlet
style2.setFont(font2); style2.setFont(font2);
HSSFCell titleCell = titleRow.createCell((short) 0); HSSFCell titleCell = titleRow.createCell((short) 0);
titleCell.setCellValue(new HSSFRichTextString("MRP - Material Requirements")); titleCell.setCellValue("MRP - Material Requirements");
titleCell.setCellStyle(style); titleCell.setCellStyle(style);
sheet.autoSizeColumn((short) 1); sheet.autoSizeColumn((short) 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment