定制 manish-manghwani/google-spreadsheet-acolyte 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

manish-manghwani/google-spreadsheet-acolyte

最新稳定版本:v1.0.0

Composer 安装命令:

composer require manish-manghwani/google-spreadsheet-acolyte

包简介

Package to insert data from google spreadheet into database

README 文档

README

Latest Version on Packagist Total Downloads

Laravel package to insert records from Google Spreadsheet

This package allows you to hassle-free insert records directly from Google Spreadsheet into your desired table.

It saves time to download the sheet into csv format and then write sql script to insert it into your database.

Pre requisite

  1. You need to have google account.
  2. Login to your account via link https://console.developers.google.com
  3. Create one project.
  4. Enable Google Sheet API
  5. Create Service Account
  6. Download Credentials.json
  7. Create one spreadsheet and shared it with your service account email id

Add credentials.json file to your root directory and add it in .gitignore list

Installation

You can install the package via composer:

composer require manish-manghwani/google-spreadsheet-acolyte

Usage

  1. Get the Google Spreadsheet Url. It may look similiar to this https://docs.google.com/spreadsheets/d/1auqTdpciifOA6PH5JbSoxRFegdgdr48icvgwqsfWqrqI/edit#gid=0
  2. You should have name of the credential file that was dowloaded from service account (for eg: credentials.json)
  3. You should have table name in which data will be inserted (for eg: dummy)

With above things in place you can run below command.

php artisan import:sheet --file-url=https://docs.google.com/spreadsheets/d/1auqTdpciifOA6PH5JbSoxRFegdgdr48icvgwqsfWqrqI/edit#gid=0 --table-name=dummy --credentials-file-name=credentials

NOTE:

  1. If sheet is not shared with service account email id, it will fail.
  2. First row of spreadsheet must be exactly same as of columns present in table.
  3. Spreadsheet name should not be changed it must be Sheet1
  4. Data to be inserted must be present in Sheet1

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email manghwani.manish1996@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 400
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 13
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 13
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-06-25