- Sheet Management: Create, switch between, and delete sheets effortlessly.
- Units and currency convertation: Covert using special syntax.
- Math Expression Evaluation: Evaluate mathematical expressions and display the result instantly.
- Customizable Interface: Clean and modern UI with dark mode.
To package the application into an executable file, follow these steps:
-
Install the necessary build tools:
npm install electron-builder --save-dev
-
Build for Windows:
npm run dist
The packaged application will be found in the
dist
directory.
- Create a New Sheet: Click on the "New Sheet" button to create a new sheet.
- Switch Sheets: Click on a sheet in the sidebar to switch to it.
- Delete a Sheet: Hover over a sheet in the sidebar and click the delete icon to remove it.
- Input Expressions: Type mathematical expressions in the input area.
- View Results: Results of the evaluated expressions are shown in real-time below the input area.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.