Hi Powershell,
I made convert multiple text files to multiple CSV files in powershell script and similarly, convert multiple text files to a single XLSX files.
Process of CSV reading is faster and really slow XLSX processing in powershell.
Why is XLSX file reading very slow in powerhsell?
Is there any way better?
Thanks