Forum Discussion

CJW1960's avatar
CJW1960
Frequent Visitor
5 years ago
Solved

When importing Excel Workbook having Superscript text in Header it does not show the column involved

When trying to import an Excel Workbook,  using Get and Transform Data, having Superscript text in Header, it does not show the second column, having the Superscript text.
However when double clicking the same Excel Workbook it does show the column:
Superscript text example "[m³]" (for cubic meters)

  • yeah understood CJW1960 , not surprising but worth asking.

    Is there no way to alter the way the XLS files are produced to stop the superscript characters being used?  Or to export the data in a different format like CSV?

    Phil

  • Sorry CJW1960 - didn't see you had attached it already. Yes, like PhilipTreacy I get the error. There are twopossible ways to fix it.

    1. Remove the superscript char
    2. Convert the workbook to XLSX. I confirmed saving as XLSX fixes the issue.

    This is the second confirmed issue I've seen with XLS formatting and Microsoft will not fix. I reported this to them earlier this year and the product team looked at it and basically went "Yup. You are right, it fails, but we aren't going to spend any time coding around an Excel format that was EOL'd in 2007." And I fully understand.

     

    The only suggestion they offered was to install the Access 2010 Engine Redistributable. Links and more info here. That code actually has some stuff for XLS files. However, it did not fix my issue, so no promises here.

  • Thanks edhans, tried the potential Access 2010 solution but as you said it did not fix the issue.
    Think i will create a workaround opening all files and saving before closing using a macro.
    Cheers, Kees

  • Sounds good CJW1960 - I'm doing the same thing with a file I get 2x per month from an outside provider.

     

    Can you mark one/more of these posts as the solution so everyone will know the thread is solved and if they have the same/similar issue will know that saving the file as XLSX is the workaround.

15 Replies

  • edhans's avatar
    edhans
    Community Champion

    Can you share your workbook or the M code from your query CJW1960 

    I just tried to reproduce and it imports just fine. The 3 in my example is full sized of course for the column name.

    The only thing I can think of that might be an issue is if you are using an XLS file format instead of XLSX. I know there are issues with formats in XLS workbooks that will cause Power Query connections to work incorrectly.

  • Hi CJW1960 

    Sorry, still can't reproduce the error. Have saved your example data into an XLS and imported just fine.

    Maybe edhans has some ideas.

    Phil

  • Hi CJW1960 

    Yes, I got the problem with that file.

    But if I convert the data in the file to a table (CTRL+T), PQ sees both columns.  Is converting the data to a table an option for you?

    Or opening and saving the file as XLSX?

    Or just leaving the superscript character(s) out of the header?

    Phil

    • CJW1960's avatar
      CJW1960
      Frequent Visitor

      Hi PhilipTreacy 
      Not really then I have to open every file after downloading 😞 or modding and saving.
      Hoped there is a better solution. Tried opening the file with Notepad++ but that didn't give me any information but garbage
      Thanks for your help, very appreciated

      • PhilipTreacy's avatar
        PhilipTreacy
        Super User

        yeah understood CJW1960 , not surprising but worth asking.

        Is there no way to alter the way the XLS files are produced to stop the superscript characters being used?  Or to export the data in a different format like CSV?

        Phil