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
530 stars 125 forks source link

com.d: Support float / double retrieval in Variant #434

Closed dkorpel closed 1 month ago

dkorpel commented 1 month ago

I was using Excel's COM's interface and wanted the result of xlApp.ActiveWorkbook.ActiveSheet.Evaluate()("=SUM(A1:A2)"). This adds basic support for retrieving a float / double, probably could implicitly promote float to double but this is a start.

adamdruppe commented 1 month ago

yea i just kind did the bare minimum here but as you can see it isn't too bad to add more so thx