Forum Discussion

Wis's avatar
Wis
New Member
1 year ago
Solved

Why I cant use or insert any database ?

  

  • Wis's avatar
    Wis
    1 year ago

    It's still the same issue. Yes it is an excel workbook

2 Replies

  • hi Wis 

     

    Based on the screenshot, you are only accessing the file as binary but you did not specify what file type you are accessing. For Excel files from a local drive, the formula to access it would be: Excel.Workbook(File.Contents(path))
    For Excel files from the web Excel.Workbook(Web.Contents(path))

    • Wis's avatar
      Wis
      New Member

      It's still the same issue. Yes it is an excel workbook