Skip to content

sigjhl/csv-cell-viewer

Repository files navigation

CSV Viewer Electron App

This is an Electron application for viewing CSV files, built with React and Tailwind CSS.

Prerequisites

  • Node.js (v14 or later recommended)
  • npm (comes with Node.js)

Setup

  1. Clone the repository:

    git clone https://github.com/sigjhl/csv-cell-viewer/
    cd csv-viewer-viewer
    
  2. Install dependencies:

    npm install
    

Development

To run the app in development mode:

npm run dev

Building

To build the app for production:

npm run build

Packaging

To package the app for your current platform:

npm run make

Cross-platform building

For building on different platforms, you may need to use a CI/CD service or set up virtual machines for each target OS.

License

This project is licensed under the MIT License.

About

For reading multiline strings in csv cells.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published