C
C#12mo ago
Nistro

Import excel file in c#

Hello, I need to import some data from a Excel file, but my code is not optimized and he take so much time for import just 5000 lines. It's in c# and wpf, can you help me please ? Thanks,
4 Replies
Nistro
NistroOP12mo ago
How can I share you my code ?
Thinker
Thinker12mo ago
$code
MODiX
MODiX12mo ago
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat For longer snippets, use: https://paste.mod.gg/
jcotton42
jcotton4212mo ago
how are you reading the Excel file @Nistro?

Did you find this page helpful?