Releases: pmonitor0/ComAutoWrapper
ComAutoWrapper v1.1.5.5
ComAutoWrapperDemo 1.1.5.3
Release Notes – v1.1.5.3
Fixed a rare build issue caused by duplicate dependency metadata (ComAutoWrapper key conflict).
No changes to public API or functionality.
Rebuilds should now work reliably after cleaning the solution.
ComAutoWrapper 1.1.5.2
📦 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
ComAutoWrapper 1.1.4
✔️ Added ExcelSelectionHelper with support for selecting and reading user-selected cell coordinates
✔️ Added WordStyleHelper to apply font styles (color, bold, italic, underline, size) and background color in one step
✔️ Improved internal COM method/property invocation logic
ComAutoWrapper v1.1.3.2
Add support for listing selected Excel cell row/column coordinates
ComAutoWrapper 1.1.2
✨ New in 1.1.2
- Added
ComAutoHelper.PropertyExists(...)to safely check for COM property existence. - Added
ComAutoHelper.TryGetProperty<T>()for exception-free property access. - Updated README with examples for new helpers.
Thanks for the idea and implementation inspiration!