adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
529 stars 128 forks source link

Allow converting ComResult to VARIANT #437

Closed dkorpel closed 6 months ago

dkorpel commented 6 months ago

Allows you to do this with the Excel COM interface:

auto range = sheet.Range()(sheet.Cells()(1, 1), sheet.Cells()(3, 4));