darknessomi / darknessomi/excellibrary
ExcelLibrary.Row.Values
Open
Nobody has claimed this yet.
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- C#
- Stars
- 22
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
What is the expected output? What do you see instead?
Currently, ExcelLibrary.Rows class has only FirstColIndex, Height and
LastColIndex fields in it. It may not be a bad idea to have another field
containing all the values in a specific row as an array for easy Join().
Original issue reported on code.google.com by chang.p...@gmail.com on 22 Apr 2010 at 4:04
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the ExcelLibrary.Rows class and trace where row values are read or assembled. Check how FirstColIndex, Height, and LastColIndex are populated, then verify that the new row-values array is available for joining and remains consistent with existing row data; run the repository's relevant tests or examples if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100