12 lines
450 B
HTML
12 lines
450 B
HTML
{% assign sectionClass = "section-even centered" %}
|
|
{% assign sectionTitle = "Fast and Scalable" %}
|
|
{% assign sectionIcons = "icon-lightning-bolt.png" %}
|
|
|
|
{% capture sectionContent %}
|
|
Reading a small CSV file? No problem!<br>
|
|
Reading a huge XLSX file? No extra code needed!<br>
|
|
Writing an ODS file with millions of rows? {{ site.spout_html }} can do it in no time!
|
|
{% endcapture %}
|
|
|
|
{% include section.html site_url = include.site_url %}
|