Landsil / Landsil/apps_script--GoogleWorkspace_UserManager
broken lastRow
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It doesn't impact the working of code, but it's both pointless and wrong
var column = main_A.getRange('A1:A').getValues();
var lastRow = column.filter(String).length;
This should correctly find the last non-empty row in column A
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
Search the repository for the shown main_A.getRange('A1:A').getValues() code and inspect how lastRow is used. Verify the replacement against sheets with empty cells and trailing blank rows; done means lastRow identifies the last non-empty row in column A without changing the surrounding behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100