CSV (comma separated values) files can be used to upload some data (employees and shifts) into our system.
The definition is “a delimited text file that uses a comma to separate values. Each line of the file is a data record. Each record consists of one or more fields, separated by commas.”
You can save a spreadsheet in this format, ex. Excel or Google Sheets.
Excel:
File > Export > Change File Types > CSV
Google Sheets
File > Download as and select file type Comma Separated Values, CSV. Then select Open or Save.