Getting Started with Probly
This guide will help you get up and running with Probly, the AI-powered spreadsheet tool.
Installation
Prerequisites
- A modern web browser (Chrome, Firefox, Edge, or Safari)
- An internet connection
Setup
-
Clone the repository:
-
Install dependencies:
-
Set up your environment variables: Create a
.envfile in the root directory with: -
Start the development server:
-
Open your browser and navigate to
http://localhost:3000
Basic Usage
Spreadsheet Interface
The main interface is a familiar spreadsheet grid where you can:
- Enter data directly into cells
- Use formulas with the
=prefix - Format cells using the toolbar
- Import and export data
AI Assistant
Access the AI assistant by pressing Ctrl+Shift+/ or clicking the chat icon.
You can ask the assistant to: - Create formulas - Analyze data - Generate charts - Run Python code
Example Interactions
Try asking the AI assistant:
- "Calculate the average sales for each quarter"
- "Create a bar chart showing monthly revenue"
- "Find outliers in this dataset"
- "Run a linear regression on columns A and B"
Importing and Exporting Data
Import
- Click the Import button in the toolbar
- Select an Excel (.xlsx) file from your computer
- Your data will be loaded into the spreadsheet
Export
- Click the Export button in the toolbar
- Your spreadsheet will be downloaded as an Excel file
Next Steps
- Explore the Features section to learn more about what Probly can do
- Check out the Python Analysis guide for advanced data analysis
- See the Charts documentation for visualization options