Skip to content

Releases: bear8421/spreadsheets-basic

Release version 2.0.1

Choose a tag to compare

@nguyenanhung nguyenanhung released this 21 Sep 20:28
eefcdcf

What's Changed

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

Release version 1.0.7

Choose a tag to compare

@nguyenanhung nguyenanhung released this 21 Sep 20:28
486e4ec

Full Changelog: v1.0.6...v1.0.7

Release version 2.0.0

Choose a tag to compare

@nguyenanhung nguyenanhung released this 24 Sep 07:33
be0f890
  • v2.x support all PHP version >=7.0

Release version 1.0.6

Choose a tag to compare

@nguyenanhung nguyenanhung released this 24 Sep 07:28
  • v1.x support all PHP version >=5.4

Release version 1.0.5

Choose a tag to compare

@nguyenanhung nguyenanhung released this 19 Sep 23:18
  • 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

Choose a tag to compare

@nguyenanhung nguyenanhung released this 17 Sep 09:37
v1.0.4

Update LICENSE

Release version 1.0.3

Choose a tag to compare

@nguyenanhung nguyenanhung released this 15 Sep 19:29
  • Update LICENSE MIT

Release version 1.0.2

Choose a tag to compare

@nguyenanhung nguyenanhung released this 06 Sep 07:53

Bổ sung thêm backgroud request

Release version 1.0.1

Choose a tag to compare

@nguyenanhung nguyenanhung released this 05 Sep 18:37

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

Choose a tag to compare

@nguyenanhung nguyenanhung released this 03 Sep 19:54

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 dev@nguyenanhung.com nguyenanhung5891 @nguyenanhung

From Vietnam with Love <3