TasosSarris
TasosSarris
I’m looking for a control that allows me to edit and view Microsoft Excel files. If I can name or tag specific cells, I can allow users to design forms...
Thank you very much. I have not yet done the import/export. I plan to do it during the next weeks. I will send you an example as soon as I...
Hi, This is a start (using Spire.Xls): private async Task HandleFiles(IBrowserFile mFile) { if (mFile != null) { using var stream = new MemoryStream(); await mFile.OpenReadStream().CopyToAsync(stream); stream.Position = 0; //...