🚀 Google Apps Script Floating Dialog Generator
Create draggable floating dialog boxes for Google Sheets with custom functions and item search
⚙️ Configuration
🔧 Functions
📱 Preview
Items And Buttons
×
Code | Desc | Price | Qty | Min |
---|---|---|---|---|
001 | Sample Item | ₹100 | 10 | 5 |
📋 Generated Code
Click "Generate Code" to see your HTML file...
Click "Generate Code" to see your JavaScript file...
📚 How to Use:
- Copy the FloatingBox.html code
- In Google Sheets → Extensions → Apps Script
- Create a new HTML file named "FloatingBox.html"
- Paste the HTML code
- Copy the Code.gs and paste it in your main script file
- Ensure a sheet named as specified (e.g., "Stock") exists with columns: Item Code, Description, Price, Quantity, Min Quantity
- Run the
showFloatingBox()
function!