Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

R logo

Export an R data frame into a formatted Excel sheet

Posted 22nd March 2024

No comments

A straightforward method for exporting an R data frame to a formatted Excel workbook.

Read the full story...

Convert CSV to XLSX via PowerShell

Posted 9th March 2016

51 comments

A nifty PowerShell script that will take a delimited CSV file and convert it to a XLSX file.

Read the full story...

PowerShell logo

Combine multiple CSVs into one XLSX via PowerShell

Posted 25th November 2015

19 comments

A convenient PowerShell script that will detect all of the CSV files in a directory and merge them into a single XLSX file. Each CSV becomes a worksheet in the XLSX.

Read the full story...