How can I convert prnx file to excel?
I have sales reports with a .prnx extension. I want convert them to Excel format. How can I do this?
microsoft-excel file-extension
add a comment |
I have sales reports with a .prnx extension. I want convert them to Excel format. How can I do this?
microsoft-excel file-extension
What is a prnx extension?
– Journeyman Geek♦
Jun 13 '14 at 7:35
That's it link
– NadirCan KAVKAS
Jun 13 '14 at 7:39
add a comment |
I have sales reports with a .prnx extension. I want convert them to Excel format. How can I do this?
microsoft-excel file-extension
I have sales reports with a .prnx extension. I want convert them to Excel format. How can I do this?
microsoft-excel file-extension
microsoft-excel file-extension
edited Jan 28 at 22:59
fixer1234
19k144982
19k144982
asked Jun 13 '14 at 7:34
NadirCan KAVKASNadirCan KAVKAS
8114
8114
What is a prnx extension?
– Journeyman Geek♦
Jun 13 '14 at 7:35
That's it link
– NadirCan KAVKAS
Jun 13 '14 at 7:39
add a comment |
What is a prnx extension?
– Journeyman Geek♦
Jun 13 '14 at 7:35
That's it link
– NadirCan KAVKAS
Jun 13 '14 at 7:39
What is a prnx extension?
– Journeyman Geek♦
Jun 13 '14 at 7:35
What is a prnx extension?
– Journeyman Geek♦
Jun 13 '14 at 7:35
That's it link
– NadirCan KAVKAS
Jun 13 '14 at 7:39
That's it link
– NadirCan KAVKAS
Jun 13 '14 at 7:39
add a comment |
2 Answers
2
active
oldest
votes
PRNX is the format of the Print Document generated by the Developer Express' ExpressPrinting System. That file format can contain any arbitrary data.
You can't convert it to Excel. Excel is for storing tabular data. PRNX does not store this kind of data. There would be no concept of a direct conversion. The data you are printing may just happen to look like a table but PRNX is too generic.
DevExpress Printing System can export PDF and RTF files instead of PRNX. What I suggest you do is export an RTF document, open it in Word, then copy and paste the "table" part of the document and paste it into an Excel spreadsheet. Even this may not work, it depends on how your source "table" happens to be formatted.
A better solution would be to do it right from the beginning. If you are using custom software that uses DevExpress printing to print documents. If you want to export Excel documents, you need to build that into the application elsewhere, and not try to hack it off the printing system.
If you've just obtained a PRNX from somebody else, then you need to ask them if their software can export Excel instead.
add a comment |
If i'm not mistaked these are files created by Devexpress' printing system, for more information you can read here, although i believe you will need a valid license to export these files to another format (or if this is a one-off, you may use the trial).
add a comment |
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%2f768274%2fhow-can-i-convert-prnx-file-to-excel%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
PRNX is the format of the Print Document generated by the Developer Express' ExpressPrinting System. That file format can contain any arbitrary data.
You can't convert it to Excel. Excel is for storing tabular data. PRNX does not store this kind of data. There would be no concept of a direct conversion. The data you are printing may just happen to look like a table but PRNX is too generic.
DevExpress Printing System can export PDF and RTF files instead of PRNX. What I suggest you do is export an RTF document, open it in Word, then copy and paste the "table" part of the document and paste it into an Excel spreadsheet. Even this may not work, it depends on how your source "table" happens to be formatted.
A better solution would be to do it right from the beginning. If you are using custom software that uses DevExpress printing to print documents. If you want to export Excel documents, you need to build that into the application elsewhere, and not try to hack it off the printing system.
If you've just obtained a PRNX from somebody else, then you need to ask them if their software can export Excel instead.
add a comment |
PRNX is the format of the Print Document generated by the Developer Express' ExpressPrinting System. That file format can contain any arbitrary data.
You can't convert it to Excel. Excel is for storing tabular data. PRNX does not store this kind of data. There would be no concept of a direct conversion. The data you are printing may just happen to look like a table but PRNX is too generic.
DevExpress Printing System can export PDF and RTF files instead of PRNX. What I suggest you do is export an RTF document, open it in Word, then copy and paste the "table" part of the document and paste it into an Excel spreadsheet. Even this may not work, it depends on how your source "table" happens to be formatted.
A better solution would be to do it right from the beginning. If you are using custom software that uses DevExpress printing to print documents. If you want to export Excel documents, you need to build that into the application elsewhere, and not try to hack it off the printing system.
If you've just obtained a PRNX from somebody else, then you need to ask them if their software can export Excel instead.
add a comment |
PRNX is the format of the Print Document generated by the Developer Express' ExpressPrinting System. That file format can contain any arbitrary data.
You can't convert it to Excel. Excel is for storing tabular data. PRNX does not store this kind of data. There would be no concept of a direct conversion. The data you are printing may just happen to look like a table but PRNX is too generic.
DevExpress Printing System can export PDF and RTF files instead of PRNX. What I suggest you do is export an RTF document, open it in Word, then copy and paste the "table" part of the document and paste it into an Excel spreadsheet. Even this may not work, it depends on how your source "table" happens to be formatted.
A better solution would be to do it right from the beginning. If you are using custom software that uses DevExpress printing to print documents. If you want to export Excel documents, you need to build that into the application elsewhere, and not try to hack it off the printing system.
If you've just obtained a PRNX from somebody else, then you need to ask them if their software can export Excel instead.
PRNX is the format of the Print Document generated by the Developer Express' ExpressPrinting System. That file format can contain any arbitrary data.
You can't convert it to Excel. Excel is for storing tabular data. PRNX does not store this kind of data. There would be no concept of a direct conversion. The data you are printing may just happen to look like a table but PRNX is too generic.
DevExpress Printing System can export PDF and RTF files instead of PRNX. What I suggest you do is export an RTF document, open it in Word, then copy and paste the "table" part of the document and paste it into an Excel spreadsheet. Even this may not work, it depends on how your source "table" happens to be formatted.
A better solution would be to do it right from the beginning. If you are using custom software that uses DevExpress printing to print documents. If you want to export Excel documents, you need to build that into the application elsewhere, and not try to hack it off the printing system.
If you've just obtained a PRNX from somebody else, then you need to ask them if their software can export Excel instead.
edited Jun 16 '14 at 15:04
Jan Doggen
3,14652742
3,14652742
answered Jun 16 '14 at 14:32
Jason CJason C
7,05573041
7,05573041
add a comment |
add a comment |
If i'm not mistaked these are files created by Devexpress' printing system, for more information you can read here, although i believe you will need a valid license to export these files to another format (or if this is a one-off, you may use the trial).
add a comment |
If i'm not mistaked these are files created by Devexpress' printing system, for more information you can read here, although i believe you will need a valid license to export these files to another format (or if this is a one-off, you may use the trial).
add a comment |
If i'm not mistaked these are files created by Devexpress' printing system, for more information you can read here, although i believe you will need a valid license to export these files to another format (or if this is a one-off, you may use the trial).
If i'm not mistaked these are files created by Devexpress' printing system, for more information you can read here, although i believe you will need a valid license to export these files to another format (or if this is a one-off, you may use the trial).
answered Jun 16 '14 at 14:22
Miguel GarciaMiguel Garcia
1113
1113
add a comment |
add a comment |
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%2f768274%2fhow-can-i-convert-prnx-file-to-excel%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
What is a prnx extension?
– Journeyman Geek♦
Jun 13 '14 at 7:35
That's it link
– NadirCan KAVKAS
Jun 13 '14 at 7:39