微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Obba Excel到Java映射

程序名称:Obba

授权协议: 未知

操作系统: 跨平台

开发语言: Java

Obba 介绍

Obba 提供了将Excel的表单映射到java类的类库,通过Obba可以简单的在Java代码中创建显示Excel的图形程序,主要特性包括

  • Loading of arbitrary jar or class files at runtime through an Excel worksheet function.
  • Instantiation of Java objects, storing the object reference under a given object label.
  • Invocation of methods on objects referenced by their object handle, storing the handle to the result under a given object label.
  • Asynchronous method invocation and tools for synchronization, turning your spreadsheet into a multi-threaded calculation tool.
  • Allows arbitrary number of arguments for constructors or methods (avoids the limitation of the number of arguments for Excel worksheet functions).
  • Serialization and de-serialization (save Serializable objects to a file, restore them any time later).
  • All this though spreadsheet functions, without any additional line of code (no VBA needed, no additional Java code needed).

Obba 官网

http://www.obba.info/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐