Reputation: 2425
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.
Upvotes: 1
Views: 3595
Reputation: 40176
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
Upvotes: 1
Reputation: 736
You can use a .Net library that interop with spss.dll. I'm using it and it runs very well, looks very stable.
Hope this helps.
Upvotes: 1