You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
Worksheet names are appended to series formula in all cases. This leads to formula errors in case of static values list. For example {1,2,3} gets translated to 'worksheet_name'!{1,2,3}.
I see this handled in ExcelChartSerie.Series setter via call to ExcelCellBase.GetFullAddress. My suggestion is to make this prepending optional or add a way to set formula directly.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Worksheet names are appended to series formula in all cases. This leads to formula errors in case of static values list. For example
{1,2,3}
gets translated to'worksheet_name'!{1,2,3}
.I see this handled in
ExcelChartSerie.Series
setter via call toExcelCellBase.GetFullAddress
. My suggestion is to make this prepending optional or add a way to set formula directly.The text was updated successfully, but these errors were encountered: