从 oracle 表单调用 excel 函数
任何人都可以建议我如何使用 ole2 从 oracle 表单执行 excel 函数(例如 PMT())并返回结果?
Can anyone suggest how I can use ole2 to perform an excel function (e.g. PMT()), from oracle forms and get back the result??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我创建了 PL/SQL 函数,它将根据 MS Excel 中的公式计算 PMT 函数。
第一个函数不考虑未来值,第二个函数则考虑未来值。
I created PL/SQL functions that will calculate the PMT function per the formula that is in MS Excel.
This first function doesn't factor in the future value, the second does.
我只需在 PL/SQL(表单的本机语言)中重新创建 PMT 函数。例如基于 http:// forums.contractoruk.com/technical/28716-calculate-apr-loan-re payment-using-pl-sql-java.html:
例如
I would just recreate the PMT function in PL/SQL, the native language of forms. E.g. based on http://forums.contractoruk.com/technical/28716-calculate-apr-loan-repayment-using-pl-sql-java.html:
e.g.