Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
It would nice to have the source code it a file. I could have skipped the whole video.
hello, is it possible to make two queries with this method and export in different sheets?
Thanks for watching this video. This method is for CSV file. You can try to export your two tables' data to an excel in two different sheets. You can check my recent videos on exporting data to excel using ClosedXML or EPPlus.
@@codeandexecute-gsm ok, i will look at them, thank you very much
Exactly what I needed, thank you!
Glad it helped! thanks for watching this video...
Hey, I would love to change form of date export -> instead of dd.mm.yy to yy.mm.dd. And Numbers separate by . instead of , Thanks for help. :)
thx!
Hi, for me it skips first row from the database (I suppose it is being replaced by header). How can I fix that?
i have the same problem lol.(tell me how if you fix it please)
bro i fix mine, if you wan't the answer just comment here again.
@@aethenwulf4757 I am now facing the same problem.How did you fix the error?
@@SomeRandomPerson101 i use while loop and add i++ inside. or delete the "if (DataReader.Read)" on header part
It would nice to have the source code it a file. I could have skipped the whole video.
hello, is it possible to make two queries with this method and export in different sheets?
Thanks for watching this video. This method is for CSV file. You can try to export your two tables' data to an excel in two different sheets. You can check my recent videos on exporting data to excel using ClosedXML or EPPlus.
@@codeandexecute-gsm ok, i will look at them, thank you very much
Exactly what I needed, thank you!
Glad it helped! thanks for watching this video...
Hey, I would love to change form of date export -> instead of dd.mm.yy to yy.mm.dd. And Numbers separate by . instead of ,
Thanks for help. :)
thx!
Hi, for me it skips first row from the database (I suppose it is being replaced by header). How can I fix that?
i have the same problem lol.
(tell me how if you fix it please)
bro i fix mine, if you wan't the answer just comment here again.
@@aethenwulf4757 I am now facing the same problem.
How did you fix the error?
@@SomeRandomPerson101 i use while loop and add i++ inside. or delete the "if (DataReader.Read)" on header part