从 .NET 生成 SPSS .SAV 文件的最佳方法是什么?
我需要在 SPSS Web 应用程序中提供一些导出功能。我研究过一些为 SPSS 生成 .SAV 文件的非常旧的解决方案,但它们要么不完整,要么根本不起作用。如果有人遇到过什么,请告诉我。
I need to provide some export functionality in my web application for SPSS. I've looked at some very old solutions for generating .SAV files for SPSS but they're either incomplete or don't work at all. If anyone has come acrsoss something, please let me know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用与 spss.dll 互操作的 .Net 库。我正在使用它,它运行得很好,看起来很稳定。
http://spss.codeplex.com/
希望这会有所帮助。
You can use a .Net library that interop with spss.dll. I'm using it and it runs very well, looks very stable.
http://spss.codeplex.com/
Hope this helps.
我可能不完全精通 .net,但我确实知道有一些与 VBA 和 SAX basic 交互的示例,我认为它们都是密切相关的,对吗?
查看 SPSS 发布的数据管理书籍(旧版本)和 SPSS 脚本指南。 这里是旧版本的链接,但可能会让你开始吧。
华泰
I might not be fully versed in .net, but I do know that there are examples of interfacing with VBA and SAX basic, which I think are all closely related, right?
Check out the Data Management book put out by SPSS (older versions) and the Scripting Guide for SPSS. Here is a link to an older version but it may get you started.
HTH