Open power-reconcile opened 1 week ago
Hi @power-reconcile, thx for your submit. I reproed the issue on web but didn't on win32 client. Create an item #9503854 into our backlog to track it. We will reply to you as soon as there is any progress. Thank you for your patience. Btw, let me confirm it again, the api returned the exception on all of win32, mac and web worked on your side?
Hi @power-reconcile, thx for your submit. I reproed the issue on web but didn't on win32 client. Create an item #9503854 into our backlog to track it. We will reply to you as soon as there is any progress. Thank you for your patience. Btw, let me confirm it again, the api returned the exception on all of win32, mac and web worked on your side?
Hi RuizhiSun, thanks for your feedback! This issue can be reproduced on all of the platform: Windows, macOS and web.
The reason you can't reproduce on the win32 client is probably because you might not have updated the Excel version to 2410(https://learn.microsoft.com/en-us/officeupdates/update-history-microsoft365-apps-by-date), which was released on Oct 28, 2024. Can you please kindly check your Excel version? Thanks!
ack. I will convey your words to my colleagues. Thx @power-reconcile
slicers.add results in GeneralException: There was an internal error while processing the request.
Your Environment
Expected behavior
Slicer can be added by office.js
Current behavior
Error message was show: GeneralException: There was an internal error while processing the request.
Steps to reproduce
Prerequiste: Given you have an Excel work book with a sheet and a table;
call addSlicer function that is similar to https://learn.microsoft.com/en-us/javascript/api/excel/excel.slicercollection?view=excel-js-preview#excel-excel-slicercollection-add-member(1) https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/38-pivottable/pivottable-slicer.yaml
For example: with a sample Excel file like this, the sheet name is Report, the table name is reportV2, the column to add slicer is Status.
Contoso_Statement_Test.xlsx
e.g.