Отображение таблицы Excel пользователю с помощью NPOI в C# ⇐ C#
-
Гость
Отображение таблицы Excel пользователю с помощью NPOI в C#
I am writing a program that allows users to validate the data going in to a database from Excel spreadsheets. I am using NPOI so I don't have to worry about Excel being installed on the users computer. I want the users to be able to open the spreadsheet from my app without having to manually open the spreadsheet but I cannot find any way to display the sheet to the users. I have tried
xssfwb.IsHidden = false;
to show the sheet but it did not work. Any suggestions for doing this would be greatly appreciated.
Thanks, Don
I have tried xssfwb.IsHidden = false; and expected to see the spreadsheet that was chosen but it did not display the sheet as expected.
Источник: https://stackoverflow.com/questions/781 ... in-c-sharp
I am writing a program that allows users to validate the data going in to a database from Excel spreadsheets. I am using NPOI so I don't have to worry about Excel being installed on the users computer. I want the users to be able to open the spreadsheet from my app without having to manually open the spreadsheet but I cannot find any way to display the sheet to the users. I have tried
xssfwb.IsHidden = false;
to show the sheet but it did not work. Any suggestions for doing this would be greatly appreciated.
Thanks, Don
I have tried xssfwb.IsHidden = false; and expected to see the spreadsheet that was chosen but it did not display the sheet as expected.
Источник: https://stackoverflow.com/questions/781 ... in-c-sharp
Мобильная версия