Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 459 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 459 Bytes

Tauri CSV Viewer

This is a simple CSV viewer built with Tauri and Yew.

App screenshot

Try it out!

  1. Install Rust
  2. Install Tauri
$ cargo install create-tauri-app
  1. Build and run the app
$ cargo tauri dev
  1. Click "Open" button and select a CSV file

You'll see a table of rows and columns from the CSV file.