{"id":20550365,"url":"https://github.com/dnmfarrell/excelreader","last_synced_at":"2026-06-05T19:31:34.261Z","repository":{"id":12199935,"uuid":"14805327","full_name":"dnmfarrell/ExcelReader","owner":"dnmfarrell","description":".Net C# Object Oriented Interface - makes reading Excel data easy","archived":false,"fork":false,"pushed_at":"2013-11-29T16:02:21.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T05:44:03.500Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dnmfarrell.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-29T15:57:38.000Z","updated_at":"2014-07-25T10:23:30.000Z","dependencies_parsed_at":"2022-09-24T10:52:48.653Z","dependency_job_id":null,"html_url":"https://github.com/dnmfarrell/ExcelReader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnmfarrell/ExcelReader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FExcelReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FExcelReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FExcelReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FExcelReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnmfarrell","download_url":"https://codeload.github.com/dnmfarrell/ExcelReader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FExcelReader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33957498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T02:24:36.659Z","updated_at":"2026-06-05T19:31:34.231Z","avatar_url":"https://github.com/dnmfarrell.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿ExcelReader Documentation\n\nExcelReader is a .Net class that is designed to make reading Excel files easy. It provides two objects for working with Excel: Book and Sheet.\n\nBook Class\n==========\nBook is a class that represents an Excel workbook. It has the following methods:\n\nNew (string filepath to Excel file)\n- Constructs a new Book object.\n\ngetSheetCount ()\n- Returns a count of the number of worksheets in the Excel file.\n\ngetSheets ()\n- Returns an array of Sheet objects.\n\ngetSheet (int index)\n- Return a Sheet object at the given index location.\n\n\nSheet Class\n===========\nSheet represents an Excel worksheet and provides the following methods:\n\ngetTitle ()\n- Returns a string of the worksheet title\n\ngetIndex ()\n- Returns an integer of the index location of the worksheet.\n\ngetRange (int startrow, int startcol, int endrow, int endcol)\n- Returns a multidimensional string array representing the values in the requested range.\n\ngetColumn (int colIndex, int lastRow)\n- Returns a string array of the values in the requested column.\n\ngetRow (int rowIndex, int lastColumn)\n- Returns a string array of the values in the requested row.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmfarrell%2Fexcelreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnmfarrell%2Fexcelreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmfarrell%2Fexcelreader/lists"}