如何将 XML 架构映射到 OpenCalc 电子表格单元格并将单元格数据导出为 XML 数据文件

发布于 2024-08-07 00:12:18 字数 359 浏览 1 评论 0原文

我创建了一个用于存储数据的 XML 模式。我想提供一个带有 OpenCalc 电子表格的简单用户界面,用于数据输入。

我想做的事情。

  1. 将我的 XML 架构元素映射到电子表格的单元格。
  2. 提供此电子表格作为数据输入的用户界面。
  3. 将输入的数据导出为 XML 数据文件。 (导出的 XML 数据文件应将 XML 架构中定义的标记元素映射到用户输入的相应数据)

关于 XML 架构:

  1. 架构元素均不具有属性。
  2. XML 模式具有重复元素。即,一个元素可以在 XML 数据文件中多次出现。

在 OpenCalc 中可以做到这一点吗?

I have created an XML schema for storing data. I want to provide a simple user interface with OpenCalc spreadsheet for data entry.

Things which I wanted to do.

  1. Map my XML schema elements to cells of a spreadsheet.
  2. Provide this spreadsheet as an user interface for data entry.
  3. Export the entered data as an XML data file. (The exported XML data file should have the tag elements defined in the XML schema mapped to the appropriate data entered by the user)

About the XML schema:

  1. None of the schema elements have attributes.
  2. The XML schema has repeating elements. i.e , An element can be present more than one time in the XML data file.

Is it possible to do this in OpenCalc?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文