Excel Office Scripts: Cross reference Multiple Excel Files

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024

Комментарии • 22

  • @tenisviejos
    @tenisviejos 3 года назад

    This video is pure gold; not near as complex as the multiple files I'm trying to handle but clear enough to work with as a base. Thanks a lot. I agree with the other comments: the documentation and examples are not enough. But, the potential is there. Keep it up!!!

  • @chrisouellet2832
    @chrisouellet2832 Год назад

    thanks for sharing more advanced Office Scripts! really helpful

  • @andrewbox2691
    @andrewbox2691 9 месяцев назад

    Nice intro to this approach, was very useful.

  • @udaydivekar6116
    @udaydivekar6116 3 года назад +1

    Thanks, Sudhi.This is very helpful. Is there a way we can copy the error records in a separate excel sheet and share it over mail?

  • @lianmg03
    @lianmg03 3 года назад

    Thank you for the detailed explanations!

  • @lewishawkins5267
    @lewishawkins5267 3 месяца назад

    This runs for maybe 2 of my 24 workbooks, then seems to do nothing else, even though it says it is running. What is wrong?

  • @Joem0le
    @Joem0le 2 года назад

    Thank you Sudhi, by any chance if you're seeing this, may I know how to write EventData into new rows please?

  • @chrisdang7378
    @chrisdang7378 Год назад

    Fantastic video.

  • @Juliadanial2
    @Juliadanial2 3 года назад

    hey
    I am trying to automate but for some reason i can't find it in the Add-Ins store , can you tell me which Add-ins you have there ?

  • @naylsonsousa1808
    @naylsonsousa1808 6 месяцев назад

    Trying to do the IF formula in officescript and getting the error:
    Range setFormulasLocal: An internal error occurred while processing the request.
    Would anyone know if the script accepts IF?

  • @sujimonthankappan6832
    @sujimonthankappan6832 3 года назад

    Hi, Very helpful and informative. I have couple of doubts.. 1, is it possible to trigger flow from office script. 2, Can the flow be setup with dynamic file details ie use single flow to fetch data from multiple workbooks.
    Thanks

    • @s65012r
      @s65012r  3 года назад

      It is not possible to trigger flow from Office Scripts. It can be part of a flow.
      Currently, the files have to be present in the folder with a predefined name for this to work. There is an effort to look into reading files with the path (with file being dynamically added during the flow.. right now if an Excel file is created in the flow, it doesn't work). If the files are present you can read data from multiple files and feed into single script (just add new arguments to main function in the script).

    • @sujimonthankappan6832
      @sujimonthankappan6832 3 года назад

      @@s65012r Thanks. Is it possible give a sample of a flow reading data from multiple excel files and feeding into a script.

    • @s65012r
      @s65012r  3 года назад +1

      @Sujimon Thankappan It's quite easy. You write Script-1 that reads from File1, Script-2 that reads from File2. In both cases you should return a value you need. You can return anything... but you'll receive it as string in the script that reads it. You can then write Script3 and inside of it have two more arguments called input1, input2. Just map the input1/2 from the output of Script-1 & 2 in PA.
      Finally, run it all in a sequence in PA. I can do a sample -- probably will take some time. If you have any issues, leave an issue at this repo - github.com/sumurthy/officescripts-projects

  • @kristiankrusev6637
    @kristiankrusev6637 3 года назад

    Hello Sudhi, I love office scripts and the Script Lab add-in so I use both in my workplace. Following your example I am reading and passing data from file: A -> writing to file: B, then I read and pass data from file:C and I want to write again to file: B. The first operation(A>B) is rather quick takes about 30seconds but the data in file C is more and it has to write more info to file B and it usually takes the same structured script about 55 seconds and very often the C>B fails with error Range getCell: Timeout. Could you post something to help me write large dataset?

  • @smbossco
    @smbossco 2 года назад

    has anyone had any luck cross referencing more than two spreadsheets? I get an error when trying to add a third Run Script step. perhaps there's a work around that doesnt involve creating a new flow?

  • @MarceloMotaRibeiro
    @MarceloMotaRibeiro 3 года назад

    Thanks for help me.

  • @อดิษกรพิมพ์กลาง-ม3ฒ

    Teach how to insert rows between unequal row values.

  • @frankmyatthu2406
    @frankmyatthu2406 3 года назад

    Wow!