LoadFromStream

Questions and answers on how to use XLSSpreadSheet.
Post Reply
odisej
Posts: 34
Joined: Mon Apr 08, 2013 7:42 am

LoadFromStream

Post by odisej »

I see no option to load from stream in spreadsheet. Right now I will use spreadsheet.xls.LoadFromStream but if I use this, spreadsheet is not updated. When you call read (from file) on spreadsheet, I see XLSChanged is called after that. XLSChanged is protected so I must use trick to get access to that method and call it after I load from stream.
Is it possible to add LoadFromStream to the spreadsheet or at least make XLSChanged public.

Grega
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: LoadFromStream

Post by larsa »

Hello

Yes, LoadFromStream will be added in the next update.
Lars Arvidsson, Axolot Data
Post Reply