{"id":28265,"library":"spreadsheet-use","title":"Spreadsheet Use","description":"Alias package for univer-use, a Python library for interacting with spreadsheet data via the Univer platform. Version 0.1.2, latest. Release cadence: irregular, mostly maintenance updates.","status":"maintenance","version":"0.1.2","language":"python","source_language":"en","source_url":"https://github.com/dream-num/univer-use","tags":["spreadsheet","alias","univer"],"install":[{"cmd":"pip install spreadsheet-use","lang":"bash","label":"Install via pip"}],"dependencies":[{"reason":"spreadsheet-use is an alias that depends on univer-use","package":"univer-use","optional":false}],"imports":[{"note":"Direct import from submodule works but is less common; alias package re-exports from univer-use.","wrong":"from spreadsheet_use.client import SpreadsheetClient","symbol":"SpreadsheetClient","correct":"from spreadsheet_use import SpreadsheetClient"}],"quickstart":{"code":"from spreadsheet_use import SpreadsheetClient\nclient = SpreadsheetClient(api_key=os.environ.get('UNIVER_API_KEY', ''))\n# Example: read data from a sheet\ndata = client.read('sheet_id', 'range')\nprint(data)","lang":"python","description":"Initialize a SpreadsheetClient using an API key from environment variable (optional for auth check)."},"warnings":[{"fix":"Use `pip install univer-use` instead.","message":"spreadsheet-use is merely an alias for univer-use. Directly installing univer-use is recommended for clarity.","severity":"gotcha","affected_versions":"0.1.2"},{"fix":"Refer to univer-use documentation at https://github.com/dream-num/univer-use.","message":"Documentation is minimal; most examples are in univer-use repository.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Run `pip install spreadsheet-use` (note hyphen in pypi name, underscore in import).","cause":"Package not installed or misspelled.","error":"ModuleNotFoundError: No module named 'spreadsheet_use'"},{"fix":"Try `from univer_use import SpreadsheetClient` after installing univer-use.","cause":"Incorrect import path; the alias package re-exports from univer-use.","error":"ImportError: cannot import name 'SpreadsheetClient' from 'spreadsheet_use'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}