Export to spreadsheet
Octopus.do allows you to export your sitemap as a CSV file. This format is compatible with all major spreadsheet tools: Google Sheets, Microsoft Excel, and Apple Numbers.
What is a CSV File?
A CSV (Comma-Separated Values) file is a simple text file where each line represents a row, and columns are separated by commas. It’s a common way to store and exchange structured data like tables, and it works in almost any spreadsheet application.
How to Open a CSV File as a Spreadsheet
Depending on your tool of choice, here’s how to open the CSV and start working with it:
Google Sheets
- Go to Google Sheets.
- Click File → Import.
- Choose the Upload tab and select your
.csv
file. - Choose Insert new sheet(s) or Replace current sheet depending on your needs.
- Click Import data.
Microsoft Excel
- Open Excel.
- Click File → Open, and select your
.csv
file. - If the data looks messy, use Data → Text to Columns to split data using commas.
Apple Numbers (MacOS)
- Open Numbers.
- Go to File → Open and select the
.csv
file. - Numbers will automatically convert the file into a spreadsheet format.