Jump to content

Recommended Posts

Posted

good day my frnd i would like to ask a question about a _ArrayDisplay function my question is it's possible to _ArrayDisplay data will go into excel... ....tnx for the advnce

Posted

In short: check function _exelcellwritefromarray or so.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

I was writing the post from my mobile phone and wasn't sure if the name was exactly what I posted. Therefore: or so - means: or something like that :-)

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 2 weeks later...
Posted

sir this is my command code For $oWord in $miDoc.Images(0).Layout.Words

$str = $str & $oWord.text & @CrLf

ConsoleWrite($oWord.text & @CRLF)

$sArray [$i] = $oWord.text

$i += 1

Next

_ArrayDisplay($sArray,"OCR Result")

how can i put in to exel ..? :oops:

Posted

To write the content of the array to Excel use function _ExcelWriteArray.

In the help file you'll find an example how to open an Excel workbook and write the array.

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...