xls
Here are 225 public repositories matching this topic...
-
Updated
Jun 30, 2020 - Java
IMPORT_EXPORT_USE_TRANSACTIONS default is True and not False as documented in latest
https://django-import-export.readthedocs.io/en/stable/installation.html
IMPORT_EXPORT_USE_TRANSACTIONS = False in settings is mandatory if one want to actually import something in a mysql db (at least)
without it :
result = somemodel_resource.import_data(datanew, dry_run=True)
will fail with "Impr
When i Installing Document Server for Linux on CentOS7.5.
Reference:https://helpcenter.onlyoffice.com/server/linux/document/linux-installation-centos.aspx
In the end,the document server is ok,
but When I test editing files,
ws://XXXX/5.5.1-76/doc/b81fdff747a247929253f4701a92bc521588227954180/c/208/zp1umjpc/websocket
This link has been pending.
Centos7.5:port all open,firewall is closed.
Wha
-
Updated
Mar 11, 2020 - Ruby
I recently ran into an issue where hidden rows/columns were nto being read.
From this I stumbled upon pyexcel/pyexcel#53 which gave me the answer to use skip_hidden_row_and_column like so:
from pyexcel_xlsx import get_data
data = get_data("file.xlsx", skip_hidden_row_and_column=False)
This however is not documented anywhere that I could find (and I'd
Do you want to request a feature or report a bug?
Request a feature.
What is the current behavior?
The equation editor of OnlyOffice generally uses LaTex shortcuts, which is good.
But the \frac shortcut for creating fractions does not work.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
**What is the ex
-
Updated
Jun 18, 2020 - JavaScript
While using rows for a project, could not use the import_from_pdf function after putting rows as a dependency. The solution, ultimately, was to also include PyMuPDF and cached_property as dependencies for my project, so as to enable the pdf plugin for rows. This information, however, is not clear by looking only at the docs. It would be desirable to list the dependencies for each plugi
It takes the solution described in #546 and makes it a bit more formal.
Wait until the change in r-lib/vctrs#430 is in a CRAN version of vctrs.
Not sure if occurring also with Java 1.9, in case documentation should state necessity to upgrade.
The error is:
java.lang.RuntimeException: Unable to find static field: CELL_TYPE_BOOLEAN in interface org.apache.poi.ss.usermodel.Cell
Pardon the approximation, I haven't investigated this further (happy 0.12 user).
-
Updated
Jan 29, 2019 - Python
-
Updated
Dec 5, 2017 - JavaScript
-
Updated
Jul 3, 2020 - HTML
-
Updated
Apr 23, 2019 - JavaScript
-
Updated
Mar 4, 2020 - HTML
-
Updated
Sep 12, 2019 - PHP
Describe the bug
Security alert on xls opening
To Reproduce
Steps to reproduce the behavior:
- Generate an xsl file.
- Open it with Excel (Max OS Excel for Mac 16.21.1)
- You got the screenshotted alert message
Expected behavior
No error message
Screenshots
<img width="431" alt="capture d ecran 2019-01-30 a 14 22 43" src="https://user-images.githubuserconte
-
Updated
May 4, 2020 - D
Improve this page
Add a description, image, and links to the xls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xls topic, visit your repo's landing page and select "manage topics."
There is a difference in
safegetzipfilemethod between xlsx.js & xlsx.mini.js.One is missing
replace(/^Root Entry[\/]/,"")so I get this error "Cannot find file [Content_Types].xml in zip" ev