Retrieve words out of excel

Home Forums SpreadsheetML Retrieve words out of excel

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7661
    Jim Snyder
    Participant

    Can you post your Interop code? 300 x 300 is pretty small and even Interop should be fast on that.

    #7662
    Eric White
    Keymaster

    Take a look at the SmlDataRetriever module in Open-Xml-PowerTools.

    #9736
    Anonymous
    Inactive

    Depending on where you want to start an extraction, use one of these formulas:
    LEFT function – to extract a substring from the left.
    RIGHT function – to extract text from the right.
    MID function – to extract a substring from the middle of a text string, starting at the point you specify.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.