Export data from Excel to pdf form without saving it as .csv or other file first

馋奶兔 提交于 2019-12-12 23:21:20

问题


I have a very complicated Excel workbook, and on one of the worksheets my boss would like some values placed in an Acrobat form.

I was able to find and edit a macro (I found here) that would open a blank version of the form.

I've been asked to find a way to then have form fields in the Acrobat template auto fill from matching headers in the Excel worksheet (provided one field was filled out as a starting point) but without saving the Excel sheet to .csv to tab-delineated or whatever as an intermittent step.

Or, conversely, make a macro in the Excel sheet that will take the values from, say, the current row and open then fill the Acrobat form.

Is this do-able from within either Excel or Acrobat Pro?

I do not know java or Visual Basic very well, so please be patient.

Any help you can offer will be greatly appreciated.

Thank you.

来源:https://stackoverflow.com/questions/47316486/export-data-from-excel-to-pdf-form-without-saving-it-as-csv-or-other-file-first

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!