0

can not open Excel file after creation?

I can see that the file is created in the Image field, but can not open it:

I use the local Mac App.

 

let columns := [{
            header: "Navn",
            key: "Navn",
            width: 10
        }, {
            header: "Adresse",
            key: "Adresse",
            width: 10
        }, {
            header: "Email",
            key: "Email",
            width: 30
        }, {
            header: "Telf",
            key: "Telf",
            width: 20
        }];
let rows := [{
            Navn: "Navn"
        }, {
            Adresse: "Adresse"
        }, {
            Email: "Email"
        }, {
            Telf: "Telf"
        }];
let worksheets := {
        Sheet1: {
            columns: columns,
            rows: rows
        }
    };
Image := createXLSX(this, worksheets, "example.xlsx")

2 replies

null
    • Fred
    • 7 mths ago
    • Reported - view

    Sadly, my computer updated my app to 3.12.2. 😥 But now I can try this out and I was able to duplicate it. It only happens on locally stored DBs. I tried it on a cloud DB and it worked fine.

    I hope have emailed support already.

      • Kim_Schacht
      • 7 mths ago
      • Reported - view

      Thank's😊

Content aside

  • 7 mths agoLast active
  • 2Replies
  • 51Views
  • 2 Following