-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Report Generation Toolkit For Google Sheets by AJ - Toolkit for LabVIEW Download
Version | 1.0.0.16 |
Released | Mar 25, 2019 |
Publisher | AJ |
License | End user license agreement |
LabVIEW Version | LabVIEW>=14.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage |
Description
This LabVIEW toolkit enables to generate the reports right into Google Sheets .
It has functions such as
- Connect to Google API using credentials
- Connect to Google API using token
- Disconnect from Google API
- Create New Google Sheet File
- Add New Sub-sheet to opened Google Sheet File
- Add 2D Array Data to Google Sheet
- Read 2D Array Data from Google Sheet
- Add Basic Chart in the Google Sheet
This package needs Python installed in the end-user machine, then linked the python in environment PATH variables to execute the scripts, then have google APIs pip installed. For more information, check the help document.
Release Notes
This is the first version of Google Sheets Report Generation library. This has basic functions to
- Connect to Google API using credentials
- Connect to Google API using token
- Disconnect from Google API
- Create New Google Sheet File
- Add New Sub-sheet to opened Google Sheet File
- Add 2D Array Data to Google Sheet
- Read 2D Array Data from Google Sheet
- Add Basic Chart in the Google Sheet