Kaydet (Commit) e94ad965 authored tarafından Eike Rathke's avatar Eike Rathke

TableRef: add pointers to documentation

Change-Id: I248ac1d116ffabc8346fd000c2ae4b0b9c6bd89b
üst 7940dabb
......@@ -4762,6 +4762,14 @@ bool ScCompiler::HandleDbData()
return true;
}
/* Documentation on MS-Excel Table structured references:
* https://support.office.com/en-us/article/Use-structured-references-in-Excel-table-formulas-75fb07d3-826a-449c-b76f-363057e3d16f
* * as of Excel 2013
* [MS-XLSX]: Formulas https://msdn.microsoft.com/en-us/library/dd906358.aspx
* * look for structure-reference
*/
bool ScCompiler::HandleTableRef()
{
ScTableRefToken* pTR = dynamic_cast<ScTableRefToken*>(mpToken.get());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment