Excel Get External data from Sql Server: Excel Column order rearranged

爷,独闯天下 提交于 2019-12-06 04:58:52

Finally found the solution:

  1. right click EXCEL column header

    • go to table => external table properties

    • Uncheck "Preserve column sort/filter/layout"

    • Refresh excel

  2. right click EXCEL column header

    • go to table => external table properties

    • check "Preserve column sort/filter/layout"

    • Refresh excel

The order of the column in excel now were the same order in views

Why not just name them in your select?

Select Shift_id, Client_ip, Machine_Center from vwTable
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!