{"id":16718163,"url":"https://github.com/mike182uk/cellref","last_synced_at":"2025-03-21T20:35:07.824Z","repository":{"id":2216571,"uuid":"45974502","full_name":"mike182uk/cellref","owner":"mike182uk","description":"Convert between cell reference styles (A1 notation \u0026 R1C1 notation)","archived":false,"fork":false,"pushed_at":"2025-02-01T19:06:32.000Z","size":449,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T12:47:55.507Z","etag":null,"topics":["a1","excel","r1c1","spreadsheet","xslx"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mike182uk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-11T10:16:19.000Z","updated_at":"2024-11-02T10:14:28.000Z","dependencies_parsed_at":"2023-07-05T20:16:47.981Z","dependency_job_id":"2fc05505-2795-4449-a6e6-80bf78e4206d","html_url":"https://github.com/mike182uk/cellref","commit_stats":{"total_commits":98,"total_committers":8,"mean_commits":12.25,"dds":0.7040816326530612,"last_synced_commit":"a226cf4c65c4c07b1e93a76b18ce33b5e883ccb1"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mike182uk%2Fcellref","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mike182uk%2Fcellref/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mike182uk%2Fcellref/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mike182uk%2Fcellref/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mike182uk","download_url":"https://codeload.github.com/mike182uk/cellref/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160019,"owners_count":20408019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["a1","excel","r1c1","spreadsheet","xslx"],"created_at":"2024-10-12T21:35:31.709Z","updated_at":"2025-03-21T20:35:07.509Z","avatar_url":"https://github.com/mike182uk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cellref\n\n[![Version](https://img.shields.io/npm/v/cellref.svg?style=flat-square)](https://www.npmjs.com/package/cellref)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/mike182uk/cellref/ci.yml?branch=main\u0026style=flat-square)](https://github.com/mike182uk/cellref/actions/workflows/ci.yml?query=workflow%3ACI)\n[![Coveralls](https://img.shields.io/coveralls/mike182uk/cellref/main.svg?style=flat-square)](https://coveralls.io/r/mike182uk/cellref)\n[![npm](https://img.shields.io/npm/dm/cellref.svg?style=flat-square)](https://www.npmjs.com/package/cellref)\n[![License](https://img.shields.io/github/license/mike182uk/cellref.svg?style=flat-square)](https://www.npmjs.com/package/cellref)\n\nConvert between cell reference styles (`A1` notation \u0026 `R1C1` notation).\n\n## Installation\n\n```\nnpm install --save cellref\n```\n\n## Usage\n\n### Convert A1 to R1C1\n\n```js\nconst cellref = require('cellref')\n\ncellref.toR1C1('BU59') // will return R59C73\n```\n\n### Convert R1C1 to A1\n\n```js\nconst cellref = require('cellref')\n\ncellref.toA1('R59C73') // will return BU59\n```\n\n### Convert automatically based on the input\n\n```js\nconst cellref = require('cellref')\n\ncellref('R59C73') // will return BU59\ncellref('BU59') // will return R59C73\n```\n\nIf an invalid cell reference (not `A1` or `R1C1` notation) is passed as an argument to any of cellref functions, an `Error` will be thrown.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmike182uk%2Fcellref","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmike182uk%2Fcellref","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmike182uk%2Fcellref/lists"}