Re: BigGridDemo for a RichText

2016-10-04 Thread gagan
I am also looking out for the solution for this proble. Applying differet font/styles to sub part of cell values. In SXSSF,has anything been discovered to handle such scenarios? -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText

Re: BigGridDemo for a RichText

2016-10-03 Thread Ratna
including TAGS please share so that i will use it. Thanks in advance -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p5724968.html Sent from the POI - User mailing list archive at

Re: BigGridDemo for a RichText

2016-10-03 Thread Ratna
As RICH text string wont work it out in SXSSF,i came back to biggriddemo,do u have any sample xml,please attach it for rich textstring -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p5724967.html Sent from the POI - User mailing

Re: BigGridDemo for a RichText

2016-10-03 Thread Nick Burch
On Sun, 2 Oct 2016, Ratna wrote: Could you please specify the XML format for each cell,as mine is not working Don't use BigGridDemo any more! You should use SXSSF instead Nick - To unsubscribe, e-mail: user-unsubscr...@poi.ap

Re: BigGridDemo for a RichText

2016-10-03 Thread Ratna
ew this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p5724962.html Sent from the POI - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@poi.apache.

Re: BigGridDemo for a RichText

2011-03-08 Thread Mark Beardsley
to), etc, etc. The most important method would probably be getMarkup() or something similar that returns the actual mark-up that would be written to the shared strings table. Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText

Re: BigGridDemo for a RichText

2011-03-08 Thread Ofer Fort
the sheetn.xml file. If that were possible, you > would not need to make any changes to the way BigGridDemo currently works, > just find way to successfully encode the formatting information. > > Yours > > Mark B > > -- > View this message in context: > ht

Re: BigGridDemo for a RichText

2011-03-08 Thread Mark Beardsley
ntly works, just find way to successfully encode the formatting information. Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p3413899.html Sent from the POI - User mailing list archive at

Re: BigGridDemo for a RichText

2011-03-08 Thread Ofer Fort
, would make creating the mark-up a trivial task. > > Yours > > Mark B > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p3413871.html > Sent from the POI - User mailing list archive at Nabble.com. > > -

Re: BigGridDemo for a RichText

2011-03-08 Thread Mark Beardsley
. Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p3413871.html Sent from the POI - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Re: BigGridDemo for a RichText

2011-03-08 Thread Mark Beardsley
Well that failed. Lets see if I can get the mark-up into the message by smuggling it in as a String of text " Rich Text String " -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p3413866.html Sent from the POI - User ma

Re: BigGridDemo for a RichText

2011-03-08 Thread Mark Beardsley
this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p3413864.html Sent from the POI - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@poi.apache.or

Re: BigGridDemo for a RichText

2011-03-07 Thread Mark Beardsley
utput? It may be possible to use them to encode you text and then all you would need to do is to identify a way to write this information into the file. All the best Yours Mark B -- View this message in context: http://apache-poi.1045710.n5.nabble.com/BigGridDemo-for-a-RichText-tp3412641p3412728

BigGridDemo for a RichText

2011-03-07 Thread ofer
Hi all, I need to create an excel document that contains 20,000 records or so, and contains rich text: links and cells that has part of the text in different font. Since the memory consumption during the creation is very big (reaches 800MB) i want to create it in a more efficient way, like the BigG