How do I programatically interface an Excel spreadsheet?

后端 未结 6 767
半阙折子戏
半阙折子戏 2021-01-13 15:53

I have a request for some contract work from an organization that uses Excel as a database and wants to do some work on the Excel data via a real database. (Yeah, I know, ne

6条回答
  •  余生分开走
    2021-01-13 16:31

    The same API that's used by VBA is available through an external COM interface. There are quite a few books on the subject. I recommend the O'Reilly one by Steven Roman but your tastes may vary.

提交回复
热议问题