Releases: bear8421/spreadsheets-basic
Releases · bear8421/spreadsheets-basic
Release version 2.0.1
Release version 1.0.7
Full Changelog: v1.0.6...v1.0.7
Release version 2.0.0
- v2.x support all PHP version
>=7.0
Release version 1.0.6
- v1.x support all PHP version
>=5.4
Release version 1.0.5
- Add GitHub Action Workflows
- Hiện tại, thư viện hỗ trợ các phiên bản PHP:
>= 5.6. - Optimize code để tối ưu khả năng tương thích và tốc độ với PHP 7 trở lên
Release version 1.0.4
v1.0.4 Update LICENSE
Release version 1.0.3
- Update LICENSE MIT
Release version 1.0.2
Bổ sung thêm backgroud request
Release version 1.0.1
Cài đặt thư viện
Thư viện này được cài đặt thông qua Composer
composer require bear8421/spreadsheets-basic<?php
require_once __DIR__.'/vendor/autoload.php';
use nguyenanhung\Google\Basic\Spreadsheets\GoogleSpreadsheets;
$scriptId = '1234';
$contentData = [
'Column1_1' => 1,
'Column1_2' => 2,
];
$spreadsheets = new GoogleSpreadsheets();
$spreadsheets->setScriptId('1234')
->setContentData($contentData)
->push();
Release version 1.0.0
Google Spreadsheets - Basic Level
1 thư viện nhỏ hỗ trợ việc đẩy dữ liệu lên Google Spreadsheets để làm Data thông qua Google Sheet API.
Lưu ý
Thư viện này chỉ nên đáp ứng những project nhỏ, làm việc với 1-2 file sheet ở cấp độ vừa và nhỏ
Nếu cần nhiều tính năng hơn, hãy làm việc với Google Sheet API trên Google Cloud Platform - Tham khảo tài liệu tại đây: https://developers.google.com/sheets/api
Support
| Name | Skype | ||
|---|---|---|---|
| Hung Nguyen | [email protected] | nguyenanhung5891 | @nguyenanhung |
From Vietnam with Love <3