How to use SXSSFWorkbook to write to existing template with cell formatting applied

2014-06-18 Thread leena808
ted to ask how to write to a template with styles using SXSSF without running into errors. Thank you, Leena -- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-use-SXSSFWorkbook-to-write-to-existing-template-with-cell-formatting-applied-tp5715855.html Sent from the

Cell Formatting in Excel 2013?

2013-06-20 Thread Matthew Evans
Hello Everyone, We use a combination of Apache POI and DynamicJasper to generate Excel exports from our application. Our code works perfectly all the way to Excel 2010, but in Excel 2013 our cell style formatting stops being applied at Column E Row 36. Here are a couple of screenshots of what I

Re: Cell Formatting

2010-06-16 Thread MSB
lt (General). > But I could not understand what I can extract from your reply  . Can you > please help me? > > Thanks > Luke > > > > > From: David Fisher > To: POI Users List > Sent: Tuesday, June 15, 2010 21:45:42 >

Re: Cell Formatting

2010-06-16 Thread luke devon
understand what I can extract from your reply  . Can you please help me? Thanks Luke From: David Fisher To: POI Users List Sent: Tuesday, June 15, 2010 21:45:42 Subject: Re: Cell Formatting > Hi > > I wanted to assign Cell formatting for a particu

Re: Cell Formatting

2010-06-15 Thread David Fisher
> Hi > > I wanted to assign Cell formatting for a particular field which is supposed > to handle numeric values. > > For example : > > In the column D , I have a filed called Total. This entire column i wanted > format as "Number" with 2 decimal places. &g

Cell Formatting

2010-06-15 Thread luke devon
Hi I wanted to assign Cell formatting for a particular field which is supposed to handle numeric values. For example : In the column D , I have a filed called Total. This entire column i wanted format as "Number" with 2 decimal places. Can some body help me on this with an exampl