{"library":"spreadsheet-use","title":"Spreadsheet Use","type":"library","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.","language":"python","status":"maintenance","last_verified":"Sat May 09","install":{"commands":["pip install spreadsheet-use"],"cli":null},"imports":["from spreadsheet_use import SpreadsheetClient"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/dream-num/univer-use","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spreadsheet-use/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"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).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}