Convert .xlsx to .prn

Hello,

We are facing a problem related to conversion of an .xlsx file to .prn. We are trying
to make a custom implementation in order to avoid the limit of 240 characters. We want to know if aspose.cells can solve this problem and how can help us to become more efficient.

Thanks in advance

@akefalas
Would you like to provide your sample file and executable Console project? We will check it soon.

The thing is. I need to convert an xlsx file to prn and there is no choice for that. Is prn included in any other way ?

@akefalas
The file with the prn suffix is Formatted Text (Space delimited), and you can achieve the goal through the following code.

The sample code as follows:

Workbook wb = new Workbook(filePath + "sample.xlsx");
TxtSaveOptions options = new TxtSaveOptions();
options.Separator = ' ';
wb.Save(filePath + "out_net.prn", options);

Hope helps a bit.

@akefalas
By creating a sample file for testing, there are slight differences between the result file and the PRN file saved via Excel after saving the file to PRN format. Please refer to the attachment. result.zip (11.3 KB)

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-55490

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.