<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:markus.mohrhard@googlemail.com" title="Markus Mohrhard <markus.mohrhard@googlemail.com>"> <span class="fn">Markus Mohrhard</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Excel XLSM import: VBA compatibility mode insufficient: "EVALUATE" not supported"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=102076">bug 102076</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Keywords</td>
<td>
</td>
<td>difficultyBeginner, easyHack, skillCpp, skillDebug
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>markus.mohrhard@googlemail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Excel XLSM import: VBA compatibility mode insufficient: "EVALUATE" not supported"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=102076#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Excel XLSM import: VBA compatibility mode insufficient: "EVALUATE" not supported"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=102076">bug 102076</a>
from <span class="vcard"><a class="email" href="mailto:markus.mohrhard@googlemail.com" title="Markus Mohrhard <markus.mohrhard@googlemail.com>"> <span class="fn">Markus Mohrhard</span></a>
</span></b>
<pre>Let me make this an easy hack.
Code pointers:
<a href="https://cgit.freedesktop.org/libreoffice/core/tree/sc/source/ui/vba/vbaapplication.cxx#n344">https://cgit.freedesktop.org/libreoffice/core/tree/sc/source/ui/vba/vbaapplication.cxx#n344</a>
contains the code that calls the evaluation.
Most likely the easiest way to implement support for any calc formula is
through ScSimpleFormulaCalculator which already allows to provide a formula and
get a result back.
In addition to fixing this issue the task will also involve adding a number of
automatic test cases to e.g. ScMacrosTest::testVba.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>