Demo of ChemSpider InChi to SMILES webservice invoked from Excel

Created: 2009-03-28 18:38:07      Last updated: 2009-03-28 19:13:05

This demo was created in Excel 2007, with the Office XP Webservices toolkit. Using the spreadsheet, the formula InChiToSMILES invokes the corresponding ChemSpider web service. 

How I made this:

1. Installed Office XP Webservices toolkit from the Microsoft Download Center.

2. In Excel 2007 I turned on the Developer tab (hit Office button, then Excel options).

3. In the Developer ribbon I selected Visual Basic

4. In Tools->Web Services References I selected Web Service URL and entered http://www.chemspider.com/InChI.asmx then hit search

5. Checked InChi then hit Add - this generates all the clsws_InChi class code automatically

6. Inserted new module containing these 4 lines:

Function InChIToSMILES(inchi As String)
    Dim WebService As New clsws_InChI
    InChIToSMILES = WebService.wsm_InChIToSMILES(inchi)
End Function

7. Went to spreadsheet and used InchiToSMILES function

8. Saved spreadsheet as an Excel macro-Enabled Workbook and uploaded.

NB This is an xlsx file which can be unzipped to find the XML of the spreadsheet itself. The "workflow" appears as follows (the InChi is stored separately in sharedStrings):

<sheetData>
<row r="1" spans="1:2">
<c r="A1" t="s"><v>0</v></c>
<c r="B1" t="str"><f>InChiToSMILES(A1)</f><v>CCCCC(CCCC)(CO)CO.CCCCC(CCCC)(CO)CO</v></c>
</row>
</sheetData>
 

Information Preview

Not available

Information Run

Not available


Information Workflow Components

Not available

Information Uploader

Information License

All versions of this Workflow are licensed under:

Information Version 1 (of 1)

Information Credits (1)

(People/Groups)

Information Attributions (0)

(Workflows/Files)

None

Information Tags (5)

Log in to add Tags

Information Shared with Groups (0)

None

Information Featured In Packs (0)

None

Log in to add to one of your Packs

Information Attributed By (0)

(Workflows/Files)

None

Information Favourited By (1)

Information Statistics

 

Citations (0)

None


Version History

In chronological order:



Reviews Reviews (0)

No reviews yet

Be the first to review!



Comments Comments (1)

Log in to make a comment

  • Sunday 29 March 2009 10:28:39 (UTC)

    The workflow is great and than you for letting us know the process.




Workflow Other workflows that use similar services (0)

There are no workflows in myExperiment that use similar services to this Workflow.