Skip to content

Releases: bear8421/spreadsheets-basic

Release version 2.0.1

21 Sep 20:28
eefcdcf

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

Release version 1.0.7

21 Sep 20:28
486e4ec

Choose a tag to compare

Release version 2.0.0

24 Sep 07:33
be0f890

Choose a tag to compare

  • v2.x support all PHP version >=7.0

Release version 1.0.6

24 Sep 07:28

Choose a tag to compare

  • v1.x support all PHP version >=5.4

Release version 1.0.5

19 Sep 23:18

Choose a tag to compare

  • 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

17 Sep 09:37

Choose a tag to compare

v1.0.4

Update LICENSE

Release version 1.0.3

15 Sep 19:29

Choose a tag to compare

  • Update LICENSE MIT

Release version 1.0.2

06 Sep 07:53

Choose a tag to compare

Bổ sung thêm backgroud request

Release version 1.0.1

05 Sep 18:37

Choose a tag to compare

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

03 Sep 19:54

Choose a tag to compare

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 Email Skype Facebook
Hung Nguyen [email protected] nguyenanhung5891 @nguyenanhung

From Vietnam with Love <3