GithubHelp home page GithubHelp logo

jewelshkjony / spreadsheetplus Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 42 KB

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

License: MIT License

app-inventor extension kodular niotron spreadsheet spreadsheet-plus

spreadsheetplus's Introduction

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

spreadsheetplus's People

Contributors

jewelshkjony avatar

Watchers

 avatar

Forkers

itech234

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.