Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 XML 格式的 XML 数据转换为字符串变量。我想将字符串变量中的 XML 数据保存到电子表格中,并发送该生成的电子表格的电子邮件附件。
请建议我实现这一目标的方法。
谢谢!
您将需要知道如何将潜在的树结构展平为电子表格。这取决于您的 XML 格式和电子表格布局以及电子表格软件。没有这些信息,我们将无法为您提供帮助。
然后,您可以使用邮件客户端类发送带有附件的邮件消息。
When running my karma unit tests on my angular project, I'm running into errors on lines with $log defined.
$log
I'm using Karma version: 0.10.1 and my config f