darknessomi / darknessomi/excellibrary
Cell background color is read-only
- Dominant language
- C#
- Stars
- 22
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```
What steps will reproduce the problem?
1. Create a new cell or access a cell that already exists
2. Try to set the background color of the "Cell" object
What is the expected output? What do you see instead?
We should be able to write:
myCell.BackColor = System.Drawing.Color.Yellow;
Instead, the property is read-only.
What version of the product are you using? On what operating system?
I am using the DLL available for download
ExcelLibrary.dll Compiled on 2009-02-12.
```
Original issue reported on code.google.com by `choicesm...@gmail.com` on 5 Aug 2009 at 7:01
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue identifies the Cell object's BackColor property and the assignment to test. Start by locating that property in the source and comparing it with the downloaded ExcelLibrary.dll behavior. Done means the shown System.Drawing.Color.Yellow assignment is writable on a Cell object.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100