Online spreadsheet in your browser
Spreadsheets in the browser — formulas, formatting, cross-sheet references. Import/export .xlsx and CSV, save to Drive.
WORX SHEET is a spreadsheet that opens straight in the browser. A formula engine we built ourselves evaluates 46 functions, including references across sheets. It reads and writes .xlsx and CSV files, carrying formatting along with the numbers.
The save button opens a folder picker. Put a file in the company drive and it inherits that folder's department and role permissions, so the right people can open it without anyone passing copies around.
Multiple sheets, formulas, formatting, merged cells, column widths and frozen panes all travel with the file. Rows you hid with a filter are exported as hidden rather than deleted, so formula references don't shift.
Use CSV when you're producing source data for another system, and .xlsx when you're handing a document to a person to open.
Both opening and exporting are supported. Formatting, merged cells and frozen panes come along too, so you can edit and send it back in the same format.
46 of them, including SUM, AVERAGE, IF, VLOOKUP, SUMIF and TEXTJOIN. Functions like TODAY and NOW that change value every time you open the file are deliberately not supported, because results would disagree.
Edits are saved automatically a moment after you make them. When you want a file on record, press save and pick a drive folder yourself.
In .xlsx they stay in the file marked as hidden; in CSV they're dropped. If the data contains formulas, .xlsx is the safer choice.