-
### Describe the bug
When pivots are exported to Excel in pivot format - values without results aren't exported in the same order in which they're displayed in the UI. Sort selections from viz settin…
-
Add export/import to Excel spread sheet support (for offline usage)
-
-
Voici une to-do list :
- [ ] Mieux fournir la section exmples Roxygen de toxlsx et add_table (retours d'utilisateurs)
- Galerie d'exemples pkgdown :
- [ ] Découpage en deux pages : "intro" et "…
-
If this issue is with Dynamo for Revit, please post your issue on the [Dynamo for Revit Issues page](https://github.com/DynamoDS/DynamoRevit/issues).
If this issue is **not** a bug report or improv…
-
The control should return the Excel file, generated from the list view.
-
```
We should use the Java Excel API at http://jexcelapi.sourceforge.net/ to
export to (and possibly import from) .xls format. This would probably give
users warm fuzzies about being able to keep usi…
-
```
We should use the Java Excel API at http://jexcelapi.sourceforge.net/ to
export to (and possibly import from) .xls format. This would probably give
users warm fuzzies about being able to keep usi…
-
Hi good evening, i make a change when export to excel, is better make a Blob object :)
var ext = "doc";
if(defaults.type == "excel"){
ext = ".xls";
}
var blob = new Blob([excelFile], { type: 'text/p…
-
```
export not only to csv but also to excell version x (config. at least
2003/2010).
ie symmetry with import...
save a lot of specific conversion work in excel
```
Original issue reported on code…