Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
/ react-csv Public archive

A React/Flux module that simulates a CSV spreadsheet.

License

Notifications You must be signed in to change notification settings

davidtimmons/react-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React CSV

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.

Features:

  • 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.

Dependencies

Demo

See the demo here!

About

A React/Flux module that simulates a CSV spreadsheet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published