Author: David Timmons (http://david.timmons.io)
React CSV is a React/Flux module written in JSX and JavaScript (ES2015) that simulates a CSV (Comma-Separated Value) spreadsheet.
- Define number of columns and number of rows.
- Create an optional footer row.
- Evaluate arithmetic equation strings using the shunting-yard algorithm.
- Undo a change with
CTRL-Z
. - Redo a change with
CTRL-Y
. - Create an optional download link (for modern browsers only).
- Export all data into a CSV file.
- React with Add-ons: Requires the
update
add-on. - Basscss: Used for minor styling.
- JSX/ES2015 Transpiler: Tested with Babel.
- Webpack: Bundled and built with Webpack.
See the demo here!