Print Sheet•1 min read
Supported file types for import
Bring in CSV or XLSX files. Map columns, declare types, and resolve common import issues.
Importing an existing spreadsheet
Print Sheet accepts CSV, XLSX, and XLS files.
Open the importer
From a new or existing sheet, choose File -> Import. The file picker accepts the supported formats.
CSV import options
- Delimiter — comma, semicolon, tab, or custom
- Header row — toggle if the first row contains column names
- Encoding — UTF-8, Windows-1252, or auto-detect
XLSX import
XLSX files open with a sheet-picker dialog if the workbook has multiple sheets. Choose the sheet to import.
Column type mapping
After import, Print Sheet shows a preview with the inferred column types. Adjust any column type before confirming. Common corrections:
- A column of phone numbers being treated as numbers — change to text
- Dates being treated as text — change to date with the right format
- Numbers being treated as text — change to number
Common issues
- All text in one column — your delimiter is probably wrong. Reopen the importer and pick a different delimiter.
- Special characters replaced — your file is not UTF-8. Try changing the encoding.
- First row missing — the importer may have treated it as data. Re-import with the header row toggle on.