SQL Server 到 Excel 2007 - 换行
我正在尝试从 SQL Server 2000 服务器检索数据,并将其放入 Excel 中。 我知道这听起来很简单。 我目前正在从 Management Studio 复制并粘贴到 Excel 中,
问题是其中一列是地址,并且不保留换行符。 这些新行必须保留在 Excel 中的同一单元格中,对于一个地址的 3 行,IE 不能占用 3 行。
SQL 数据中包含 CHAR(10) 和 CHAR(13),其他软件可以正确识别这些数据。
编辑:抱歉我忘了提及,我希望这些行出现在单元格中,但不跨越多个单元格。
I'm trying to retrieve data from an SQL Server 2000 server, and place into Excel. Which sounds simple I know.
I'm currently Copying, and Pasting into Excel, from Management Studio
The problem is one of the columns is an address, and it’s not retaining the newlines.
These new lines have to stay in the same cell in excel, I.E cannot take up 3 rows, for 3 lines of an address.
In the SQL Data CHAR(10) and CHAR(13) are included, and other software pick up on these correctly.
EDIT: Sorry I forgot to metion, I want the lines to be present in the cell, but not span multiple cells.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试在工作表上运行此宏。 (右键单击工作表选项卡,然后单击“查看代码”以调用 VB IDE。)
Try running this macro on the worksheet. (Right click the worksheet tab and click "View Code" to summon the VB IDE.)
由于某种原因,Excel 似乎以相反的方式使用这些字符,即:
For some reason, Excel seems to use those characters the other way around, that is: