-
```
As far as I can tell there's no easy way to get BOTH special characters
(like e-accent -- \u00e9) and dates from Excel into Exhibit JSON. If you
cut and paste from Excel into the text window the s…
-
```
As far as I can tell there's no easy way to get BOTH special characters
(like e-accent -- \u00e9) and dates from Excel into Exhibit JSON. If you
cut and paste from Excel into the text window the s…
-
Hello,
I have two issues that if you could provide some directions, I would greatly appreciate it.
1)
I don't seem to be able to change the data source for the Deneb Gantt Chart from the internal …
-
## Intended Behavior
Accept valid excel file and send to server endpoint `/parseUserList`
## Description:
Create button component, that on clicking accepts an `excel file` and sends it to the s…
-
I'm working on a project where I have to generate an Excel (.xlsx) from database information.
The Excel File has to have two sheets.
I'm trying to solve this by generating two resources and using th…
-
Greetings Ian,
Great work!
Was wondering if there's a simple way to convert the most recently updated json file to csv? I seem to have trouble converting the file using typical json-csv converte…
-
**Describe the bug**
The custom properties of the solution are not shown in excel report, but they are successfully displayed in the JSON files.
**To Reproduce**
Add custom properties to a soluti…
-
With `cellDates` read option, xlsx library tries to convert date-type cell to js Date object.
However, it does not seem to respect `date1904` property of sheet when constructing js Date object. https…
-
I transfer a normal object to fields, like this:
```javascript
exportFileds:{
站点: 'stationId',
日期: 'time',
入库流量: 'inFlow',
平滑入库流量: 'smoothInFlow',
出库流量: 'outFlow',
平滑出库…
-
I use the following code in my server:
db.execute(format!("CREATE TABLE AS SELECT * FROM st_read('{}');", xlsx).as_str(), [])?;
xlsx is the local path to excel file, if provided with a random file…