Skip to content

ComAutoWrapper 1.1.5.2

Choose a tag to compare

@pmonitor0 pmonitor0 released this 19 Jul 13:55
· 5 commits to main since this release

πŸ“¦ ComAutoWrapper v1.1.5 – Release Notes
What's new:

✨ ComSelectionHelper class added with Excel-specific helpers:

SelectUsedRange(...) – highlights the active worksheet's used range

SelectCells(...) – programmatically selects multiple disjoint cells

GetSelectedCellCoordinates(...) – retrieves row/column coordinates of all selected cells

🧠 Improved selection handling for disjoint ranges (Areas) in Excel

🎨 Interior color setting (e.g. highlight selection in yellow) now supported

πŸ“„ MIT license added to NuGet metadata for clearer legal visibility

πŸ“˜ Updated README with COM vs OpenXML comparison and usage examples