Skip to content

Commit 18155f1

Browse files
authored
[Excel] (Samples) Add Save as SMC note (#818)
* [Excel] (Samples) Add Save as SMC note * Adjust phrasing
1 parent 18a53f3 commit 18155f1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/resources/samples/convert-csv.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: Convert CSV files to Excel workbooks
33
description: Learn how to use Office Scripts and Power Automate to create .xlsx files from .csv files.
4-
ms.date: 12/22/2025
4+
ms.date: 01/05/2026
55
ms.localizationpriority: medium
66
---
77

88
# Convert CSV files to Excel workbooks
99

1010
Many services export data as comma-separated value (CSV) files. This solution automates the process of converting those CSV files to Excel workbooks in the .xlsx file format. It uses a [Power Automate](https://make.powerautomate.com) flow to find files with the .csv extension in a OneDrive folder and an Office Script to copy the data from the .csv file into a new Excel workbook.
1111

12+
> [!NOTE]
13+
> This article describes how to use Power Automate to programmatically save CSV files as Excel workbooks. To save a single CSV file as an Excel workbook in the .xlsx file format, open the CSV file in Excel and follow the steps to [save it as another file format](https://support.microsoft.com/office/6a16c862-4a36-48f9-a300-c2ca0065286e).
14+
1215
## Solution
1316

1417
1. Store the .csv files and a blank "Template" .xlsx file in a OneDrive folder.

0 commit comments

Comments
 (0)