Skip to content

jewelshkjony/SpreadsheetPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

SpreadsheetPlus Extension

An awesome extension to read data from Spreadsheet by lightning speed ⚡

Spreadsheet Plus

Spreadsheet Plus, this is an extended version of Spreadsheet Extension. Using this extension you can get all of sheets values in a single click. This is not matter how many sheets have in your Spreadsheet project. This extension can get all values in few seconds, then you can call data by using extension functions even no internet. This extension also provide you offline support. Watch tutorial 📹 videos for better understand it's uses.

Extension Properties

Set your spreadsheet project id before using this extension. You can get SheetId from url. Watch tutorial 📹 videos for better understanding.

⬇️ Get All Sheets

⚠ This is mandatory to GetAllSheets before using any other functions.
When GotAllSheets event will be triggered it's means the extension is ready to work.

image

sheetNames it's return the list of sheet names.
gidIds it's return the list of gid ids.
length it's return the size of sheet names list.
loadTime it's return the data loading ⌚ time in milliseconds.

⬇️ Total Rows

Use this function to know how many rows has in a sheet.

image

Enter SheetName to get the total rows number.

⬇️ Get Column

Using this function you can get column values from any specific sheet.

image

sheetName Enter the name of sheet from where you want to get data.
columnName Enter the name of column to get values.
max Enter 0 to get all vaules from column. If you want limited values, so enter limit as integer number.

image

sheetName it's return the given name of sheet.
columnName it's return the given name of column.
values it's return the values as list from given column.
length it's return the values size as integer.

⬇️ Get Cell

Using this function you can get cell value from any specific sheet.

image

sheetName Enter the name of sheet from where you want to get data.
columnName Enter the name of column to get value.
rowNumber Enter the row number to get value.

image

sheetName it's return the given name of sheet.
columnName it's return the given name of column.
rowNumber it's return the given row number.
value it's return the value of cell.

⬇️ Get Row

Using this function you can get row values from any specific sheet.

image

sheetName Enter the name of sheet from where you want to get data.
rowNumber Enter the row number to get values.

image

sheetName it's return the given name of sheet.
rowNumber it's return the given row number.
values it's return the values from row.
columnNames it's return the column names for row values.

🔎 Search

Using this function you can get filtered column values from any specific sheet.

image

sheetName Enter the name of sheet from where you want to get data.
columnName Enter the name of column to get values.
keyword Enter keyword to 🔎 search in given column.

image

sheetName it's return the given name of sheet.
columnName it's return the given name of column.
keyword it's return the given keyword.
values it's return the filtered values as list.
positions it's the original positions of filtered values.
length it's return the size of values as integer.

🔎 Advance Search

Using this function you can get filtered values from one specific column by other column. Watch tutorial 📹 videos for better understanding.

image

sheetName Enter the name of sheet from where you want to get data.
byColumn Enter that column name where you want to make 🔎 search.
keyword Enter keyword to 🔎 search in given column.
fromColumn Enter that column name from where you want to pick values during search.

image

sheetName it's return the given name of sheet.
byColumn it's return that given by column name.
keyword it's return the given keyword.
fromColumn it's return that given from column name.
values it's return the filtered values as list.
positions it's the original positions of filtered values.
length it's return the size of values as integer.

⬇️ Get Column Names

Using this function you can get all column names from any specific sheet.

image

sheetName Enter the name of sheet from where you want to get data.

image

sheetName it's return the given name of sheet.
columnNames it's return the column names as list.
length it's return the size of column names as integer.

⚠️ Failed

It’s rises when the extension got any error.
Use function name variable to handle user activities.
And read error message for understanding the error reason.

image

functionName it’s return the name of function where got error.
errorMessage it’s return the error message as string.

📹 Tutorial Videos ↓

SpreadsheetPlus

More extensions

See more extensions

Extension specifications:

com.jewel.spreadsheetplus.aix (51.4 KB)
Version: 1.0.0
Price: $15 USD (Fast Edition) - [Available to receive minor updates only.]
Price: $25 USD (Lighting Edition) - [Feel the⚡lightning speed when data is loading. Available to receive minor and major updates.]
Price: $35 USD (Custom Edition) - [More 🔐 secure and you can order me to customize the extension for your need.]
Last amendment: 04 February 2023
Supported builder: Kodular, Niotron, AppZard, AndroidBuilder, App Inventor and it's other distributions.

📫 How to reach me -

Telegram | WhatsApp | Facebook | Messenger | Youtube

About

An awesome extension to read data from Spreadsheet by lightning speed ⚡

Topics

Resources

License

Stars

Watchers

Forks