Hi PowerShell,
((New-Object-ComObject"Excel.Application").workbooks.open(‘c:\list.csv’)).SaveAs(‘c:\list.xlsx’,51)
How to multiple csv files into same xlsx file?
Thanks
Hi PowerShell,
((New-Object-ComObject"Excel.Application").workbooks.open(‘c:\list.csv’)).SaveAs(‘c:\list.xlsx’,51)
How to multiple csv files into same xlsx file?
Thanks
Hi,
You mean,to merge multiple .csv files to a single excel…?
Could you make your requirement little more clear…
Regards,
KVPRASOON