ironcalc


Nameironcalc JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
SummaryCreate, edit and evaluate Excel spreadsheets
upload_time2024-09-19 22:45:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords xlsx spreadsheet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IronCalc python bindings

With IronCalc you can create, read and manipulate xlsx files.
You can manage sheets, add, remove, delete rename.
You can add cell values, retrieve them and most importantly you can evaluate spreadsheets.


## Compile and test

To compile this and test it:

```bash
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install maturin
$ maturin develop
$ cd examples
examples $ python example.py
```

From there if you use `python` you can `import ironcalc`. You can either create a new file, read it from a JSON string or import from Excel.


Hopefully the API is straightforward.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ironcalc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "xlsx, spreadsheet",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/9f/19/e9e2892f83e22f6a67be81539d4ec3b23eb6ae5c2d09fd1155873b5322c5/ironcalc-0.1.2.tar.gz",
    "platform": null,
    "description": "# IronCalc python bindings\n\nWith IronCalc you can create, read and manipulate xlsx files.\nYou can manage sheets, add, remove, delete rename.\nYou can add cell values, retrieve them and most importantly you can evaluate spreadsheets.\n\n\n## Compile and test\n\nTo compile this and test it:\n\n```bash\n$ python3 -m venv venv\n$ source venv/bin/activate\n$ pip install maturin\n$ maturin develop\n$ cd examples\nexamples $ python example.py\n```\n\nFrom there if you use `python` you can `import ironcalc`. You can either create a new file, read it from a JSON string or import from Excel.\n\n\nHopefully the API is straightforward.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Create, edit and evaluate Excel spreadsheets",
    "version": "0.1.2",
    "project_urls": null,
    "split_keywords": [
        "xlsx",
        " spreadsheet"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b3f25eae822f0efd25391ec93f8d720ded714a1aff1cae387b8b6b8402c26ffe",
                "md5": "04a05916d385bd276235341f04dcbe55",
                "sha256": "91c6282faa6037901ea25a7a3bc3841c02bcb5347692a28da0f72de33922f753"
            },
            "downloads": -1,
            "filename": "ironcalc-0.1.2-cp310-cp310-manylinux_2_35_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04a05916d385bd276235341f04dcbe55",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2227166,
            "upload_time": "2024-09-19T22:45:21",
            "upload_time_iso_8601": "2024-09-19T22:45:21.166088Z",
            "url": "https://files.pythonhosted.org/packages/b3/f2/5eae822f0efd25391ec93f8d720ded714a1aff1cae387b8b6b8402c26ffe/ironcalc-0.1.2-cp310-cp310-manylinux_2_35_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f19e9e2892f83e22f6a67be81539d4ec3b23eb6ae5c2d09fd1155873b5322c5",
                "md5": "c50e4480f313c00f4e82dc82b08908f5",
                "sha256": "b1cd01426fdd69cd23a8fab6eae52600937d1009a8e51bc9195f47e62e181fd3"
            },
            "downloads": -1,
            "filename": "ironcalc-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c50e4480f313c00f4e82dc82b08908f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 28105368,
            "upload_time": "2024-09-19T22:45:36",
            "upload_time_iso_8601": "2024-09-19T22:45:36.081692Z",
            "url": "https://files.pythonhosted.org/packages/9f/19/e9e2892f83e22f6a67be81539d4ec3b23eb6ae5c2d09fd1155873b5322c5/ironcalc-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-19 22:45:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ironcalc"
}
        
Elapsed time: 0.51392s