List of comment authors is lost during conversion XLSB to XLSM. Cells 8.5.1

Scenario: Aspose.Cells 8.5.1. I convert XLSB file to XLSM.


Issue: Comment author (Sam, Porter) is missing in the list of authors (see “\comments1.xml”), but new one is added (“user”).

After conversion:

user

Attached sample XLSB file: Comments.xlsb.

I tried another file (Sample_Comments.xlsb) with 3 authors: “ashloma” was removed and “user” was added.

Oleksii Diachok
Test
user

Thanks,
Alex Shloma

Hi,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue after converting your source xlsb files into xlsm files using the latest version: Aspose.Cells
for .NET v8.5.1.2
. Original author was replaced by machine user as shown in the screenshot.

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as

  • CELLSNET-43813 - List of comment authors is lost during conversion XLSB to XLSM

C#

string filePath = @“F:\Shak-Data-RW\Downloads\Sample_Comments.xlsb”;


Workbook workbook = new Workbook(filePath);

workbook.Save(filePath + “.output.xlsm”);

Hi,

Please try our latest version/fix: Aspose.Cells for .NET v8.5.1.3

We have fixed your issue now.

Let us know your feedback.

Thank you.

Hi,


8.5.1.3 seems to have fixed the bug. Will report back if replicate the issue during further testing.

Thanks,
Alex Shloma

Hi,

Thanks for your feedback and using Aspose.Cells.

It is good to know that your issue looks resolved with the latest version. Let us know if you encounter any other issue, we will be glad to look into it and help you further.