从excel文件生成mxml文件

发布于 2024-11-26 17:44:14 字数 58 浏览 2 评论 0原文

如何从 Excel 文件生成 mxml(flex 代码)。 如何从 xls 文件创建 Flex 代码。

How to generate mxml(flex code) from excel file.
how to Create flex code from xls file.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懒猫 2024-12-03 17:44:14

一种方法是使用 Excel 创建所需的数据,而不是使用所需的应用程序。使用 Excel 生成 .csv 或 xml 来表示您的数据,以便 Flex 可以轻松使用它。

如果你想使用 excel 实际上成为某种代码生成器,我不会说这是不可能的,但其背后的努力不会带来任何金钱利益。您必须编写一个自定义映射器(不存在)来生成 .mxml 标记文档。

One approach is to use Excel to create the data that you want instead of the application you want. Use excel to generate a .csv or the xml that represents your data in away that Flex can easily consume it.

If you want to use excel to actually be some sort of code generator, I wouldn't say it's impossible but the effort behind it would not be of any monetary benefit. You have to write up a custom mapper (that does not exist) that will generate .mxml markup document.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文