GetGoogleSpreadshee​t

버전 1.0.0.0 (1.97 KB) 작성자: Daniel
Download a google spreadsheet as csv and import into a Matlab cell array.
다운로드 수: 3.4K
업데이트 날짜: 2016/1/2

라이선스 보기

result = GetGoogleSpreadsheet(DOCID)
[DOCID] A value like '0AmQ013fj5234gSXFAWLK1REgwRW02hsd3c', which is found in your spreadsheet's url: https://docs.google.com/spreadsheets/d/<here>/edit#gid=0.

[result] cell array of the the values in the spreadsheet

IMPORTANT: The spreadsheet must be shared with the "anyone with the link" option.

This has no error handling and has not been extensively tested.
Please report issues in comments below.

Thanks to @MarkTomaszewski and @Constantine for noting the updated url format (the above description has been updated to reflect this).

인용 양식

Daniel (2025). GetGoogleSpreadsheet (https://kr.mathworks.com/matlabcentral/fileexchange/39915-getgooglespreadsheet), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
도움

도움 준 파일: Matlab to Google Sheets (matlab2sheets)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

minor reformat description

update description as suggested by commenters