fdo#74553: Use the shared formula column position Excel tells you...
Because sometimes this may be correct. Change-Id: Id2c47bb4ad3f91b366a25306169de58bb38c1e81
This commit is contained in:
@@ -124,7 +124,7 @@ void ImportExcel::Formula(
|
||||
SCROW nSharedRow;
|
||||
if (pFormConv->ReadSharedFormulaPosition(maStrm, nSharedCol, nSharedRow))
|
||||
{
|
||||
ScAddress aRefPos(aScPos.Col(), nSharedRow, GetCurrScTab());
|
||||
ScAddress aRefPos(nSharedCol, nSharedRow, GetCurrScTab());
|
||||
const ScTokenArray* pSharedCode = pFormConv->GetSharedFormula(aRefPos);
|
||||
if (pSharedCode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user