<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 11, 2017 at 11:30 AM, Alessandro Petrozzelli <span dir="ltr"><<a href="mailto:apetrozzelli@gmail.com" target="_blank">apetrozzelli@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
just registered here.<br>
<br>
I'm wondering if it is technically feasible to re-use the formula evaluation<br>
engine behind the spreadsheet as a standalone component (1) and if it would<br>
possible to use emscripten to target a webassembly binary (2).<br></blockquote><div><br></div><div>(1) is not possible. Our formula engine is tightly coupled with the rest of the spreadsheet code. Additionally it is not the cleanest code and has to deal with many problems that are unique to LibreOffice. Kohei (one of the experienced Calc developers) has been working in his free time on a clean new implementation called ixion (<a href="https://gitlab.com/ixion/ixion/blob/master/README.md" target="_blank">https://gitlab.com/ixion/<wbr>ixion/blob/master/README.md</a>) that has a more modern design. As long as you only need the few features that the current code already provides this might be a place to look for inspiration.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
The obvious reason is to be able to build a spreadsheet web component<br>
powered by a mature calculation engine.<br></blockquote><div><br></div><div>(2) is currently not possible. I think CIB tried this but as far as I know no current work is done in this direction. You can read a bit about the work at <a href="https://wiki.documentfoundation.org/Development/Emscripten">https://wiki.documentfoundation.org/Development/Emscripten</a></div><div><br></div><div>Regards,</div><div>Markus<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Any opinion, comment, info or link would be appreciated.<br>
<br>
Thanks,<br>
Alessandro Petrozzelli<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://nabble.documentfoundation.org/Dev-f1639786.html" rel="noreferrer" target="_blank">http://nabble.documentfoundati<wbr>on.org/Dev-f1639786.html</a><br>
______________________________<wbr>_________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.<wbr>org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/libreoffice</a><br>
</blockquote></div><br></div></div>