microsoft / microsoft/markitdown
processes the selected sheet when .xlsx
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 186k
- Forks
- 13.7k
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 49
Description
When MarkItDown handles Excel documents, it processes all worksheets by default. Is it possible to specify a subset of worksheets to read, for instance, Sheet1, Sheet2, and Sheet3?
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
Start by locating MarkItDown’s Excel worksheet processing entry point and checking how .xlsx files are converted. Trace where all worksheets are selected, then verify selection of a named subset such as Sheet1, Sheet2, and Sheet3. Done means the requested subset is processed while existing all-worksheet behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100