Searching for an "export to Excel" solution when I found this thread and sample files.
Unfortunately, when run in the TBC-ME 3.6beta1 the output is still RDF/XML. It appears that the .xls file extension is not triggering the expected serialization. Is this a bug in the 3.6beta or is .xls serialization supported in another way? thanks, -Daniel On Thursday, March 11, 2010 11:54:00 AM UTC-5, Scott Henninger wrote: > > Gerrick; Attached is an example script that reads in an Excel file, adds > data, and writes back to the Excel file. The example Excel file is also > included. > > -- Scott > > On 3/9/10 2:31 AM, Gerrick Bivins wrote: > > Hello, > I am importing an ontology from a table creating some instances of classes > in that ontology and then exporting the information back out to xls. > The file looked ok in TBC but when opened the file in excel I noticed that > each class (sheet) has the property row repeated (0,1) ie: > Row0: name | email | phone > Row1: name | email | phone > Row2: Gerrick | [email protected] | 555-123-4567 > Row3: John | [email protected] | 555-456-7890 > ... > Any idea why I would see something like this? > > My sparqlmotion script is doing the following: > 1)import spreadsheet ontology > 2)import owl model to translate into spreadsheet ontology > 3)apply construct query to create instances of classes in the spreadsheet > ontology from the owl model > 4)export to xls > Gerrick > -- > You received this message because you are subscribed to the Google Groups > "TopBraid Composer Users" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/topbraid-composer-users?hl=en. > > -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
