When I copy data from Qt-Creator to Excel, the tabs are turned into spaces
I am using Qt-Creator to edit a file which contains lines of tab delineated data, and I have white-space rendering turned on in Qt-Creator, so I can see the tabs. When I copy this data into an excel spreadsheet, it only copies into one column, and the data in excel actually contains four spaces, rather than tabs.
Copying the same data to Sticky Notes retains the tabs.
I would just use "text to columns" however some of my data contains spaces.
If I copy the data to Sticky Notes, then into Excel, Excel picks up the tabs correctly.
Thus I believe Qt is encoding them weirdly, but I'm not sure how to prove that.
I'm looking for a setting in Qt which will prevent this from happening, or I'll raise a bug report if this isn't intentional.
microsoft-excel encoding qt
add a comment |
I am using Qt-Creator to edit a file which contains lines of tab delineated data, and I have white-space rendering turned on in Qt-Creator, so I can see the tabs. When I copy this data into an excel spreadsheet, it only copies into one column, and the data in excel actually contains four spaces, rather than tabs.
Copying the same data to Sticky Notes retains the tabs.
I would just use "text to columns" however some of my data contains spaces.
If I copy the data to Sticky Notes, then into Excel, Excel picks up the tabs correctly.
Thus I believe Qt is encoding them weirdly, but I'm not sure how to prove that.
I'm looking for a setting in Qt which will prevent this from happening, or I'll raise a bug report if this isn't intentional.
microsoft-excel encoding qt
Paste as TEXT first?
– Lee
Jan 18 at 9:06
If I selectpaste->special->text
it works as expected, could the text from QtCreator be detected as HTML?
– Troyseph
Jan 22 at 10:53
add a comment |
I am using Qt-Creator to edit a file which contains lines of tab delineated data, and I have white-space rendering turned on in Qt-Creator, so I can see the tabs. When I copy this data into an excel spreadsheet, it only copies into one column, and the data in excel actually contains four spaces, rather than tabs.
Copying the same data to Sticky Notes retains the tabs.
I would just use "text to columns" however some of my data contains spaces.
If I copy the data to Sticky Notes, then into Excel, Excel picks up the tabs correctly.
Thus I believe Qt is encoding them weirdly, but I'm not sure how to prove that.
I'm looking for a setting in Qt which will prevent this from happening, or I'll raise a bug report if this isn't intentional.
microsoft-excel encoding qt
I am using Qt-Creator to edit a file which contains lines of tab delineated data, and I have white-space rendering turned on in Qt-Creator, so I can see the tabs. When I copy this data into an excel spreadsheet, it only copies into one column, and the data in excel actually contains four spaces, rather than tabs.
Copying the same data to Sticky Notes retains the tabs.
I would just use "text to columns" however some of my data contains spaces.
If I copy the data to Sticky Notes, then into Excel, Excel picks up the tabs correctly.
Thus I believe Qt is encoding them weirdly, but I'm not sure how to prove that.
I'm looking for a setting in Qt which will prevent this from happening, or I'll raise a bug report if this isn't intentional.
microsoft-excel encoding qt
microsoft-excel encoding qt
asked Jan 17 at 14:55
TroysephTroyseph
1065
1065
Paste as TEXT first?
– Lee
Jan 18 at 9:06
If I selectpaste->special->text
it works as expected, could the text from QtCreator be detected as HTML?
– Troyseph
Jan 22 at 10:53
add a comment |
Paste as TEXT first?
– Lee
Jan 18 at 9:06
If I selectpaste->special->text
it works as expected, could the text from QtCreator be detected as HTML?
– Troyseph
Jan 22 at 10:53
Paste as TEXT first?
– Lee
Jan 18 at 9:06
Paste as TEXT first?
– Lee
Jan 18 at 9:06
If I select
paste->special->text
it works as expected, could the text from QtCreator be detected as HTML?– Troyseph
Jan 22 at 10:53
If I select
paste->special->text
it works as expected, could the text from QtCreator be detected as HTML?– Troyseph
Jan 22 at 10:53
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395416%2fwhen-i-copy-data-from-qt-creator-to-excel-the-tabs-are-turned-into-spaces%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395416%2fwhen-i-copy-data-from-qt-creator-to-excel-the-tabs-are-turned-into-spaces%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Paste as TEXT first?
– Lee
Jan 18 at 9:06
If I select
paste->special->text
it works as expected, could the text from QtCreator be detected as HTML?– Troyseph
Jan 22 at 10:53