Jump to content

power1

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by power1

  1. Hi all, I am using Labview7.1 and want to read columns from two different excel files and write what I read in one excel file.

    The two file have the following info.

    File1 is named EOB.xls and has the following data

    Column1 Column2

    row1: Energy(kWh) Demand(kVA)

    row2: 20 5

    row3: 25 6

    File2 is named measurements.xls and has the following data

    Column1 Column2

    row1: Current(A) power factor

    row2: 7 0.98

    row3: 9 0.972

    And want to read column 1 of file1 and column 2 of file 3. The end reasults must be something like this.

    Energy(kWh) power factor

    20 0.98

    25 0.972

    Is it possible to read from two different excel files? if yes, what VI must I use?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.