unvell / ReoGrid

Fast and powerful .NET spreadsheet component, support data format, freeze, outline, formula calculation, chart, script execution and etc. Compatible with Excel 2007 (.xlsx) format and working on .NET 3.5 (or client profile), WPF and Android platform.
https://reogrid.net
MIT License
1.32k stars 396 forks source link

LoadAsync(string path, FileFormat fileFormat)? #14

Open nasheayahu opened 7 years ago

nasheayahu commented 7 years ago

WPF: Can you had a LoadAsync(string path, FileFormat fileFormat) for loading a workbook from file in your next version please?

jingwood commented 7 years ago

I can see two questions from your description. What is actually your question?

  1. Load workbook asynchronously? No this feature yet.

  2. Load from file? You can load from file.

nasheayahu commented 7 years ago

Hi Jingwood,

Yea, load a workbook async would be nice. Need it to be able to keep the UI free while waiting for it to complete the import. How soon would this be available?

jingwood commented 7 years ago

I can't tell you exactly when it will be available. Maybe you can try to implement it by using the async function of C#? I haven't tried it.

https://msdn.microsoft.com/library/hh191443(vs.110).aspx