在vc中實現,請教大家
熱心網友
你閱讀MSDN(October2001)文章:Q184663 :UseMFCtoAutomateExcel&Create/FormataNewWorkbookQ186120 :CatchMicrosoftExcel97ApplicationEventsUsingVC++會對你有幫助。如果要在你的程序中嵌入word等,可以使用htmlview實現。================事實上也就是:啟動Word進程,然后調用Application.word的打印功能。
在vc中實現,請教大家
你閱讀MSDN(October2001)文章:Q184663 :UseMFCtoAutomateExcel&Create/FormataNewWorkbookQ186120 :CatchMicrosoftExcel97ApplicationEventsUsingVC++會對你有幫助。如果要在你的程序中嵌入word等,可以使用htmlview實現。================事實上也就是:啟動Word進程,然后調用Application.word的打印功能。