All Projects → dreamRs → Viewxl

dreamRs / Viewxl

Licence: other
'RStudio' addin to open data.frame(s) in Excel

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Viewxl

Vue Handsontable Official
Vue Data Grid with Spreadsheet Look & Feel. Official Vue wrapper for Handsontable.
Stars: ✭ 751 (+2045.71%)
Mutual labels:  excel
Xlnt
📊 Cross-platform user-friendly xlsx library for C++11+
Stars: ✭ 876 (+2402.86%)
Mutual labels:  excel
Pyetl
python ETL framework
Stars: ✭ 33 (-5.71%)
Mutual labels:  excel
Tableexport
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
Stars: ✭ 781 (+2131.43%)
Mutual labels:  excel
Pyexcel
Single API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files
Stars: ✭ 902 (+2477.14%)
Mutual labels:  excel
Tbls
tbls is a CI-Friendly tool for document a database, written in Go.
Stars: ✭ 940 (+2585.71%)
Mutual labels:  excel
Unity Quicksheet
Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.
Stars: ✭ 742 (+2020%)
Mutual labels:  excel
Gotenberg Go Client
Go client for the Gotenberg API
Stars: ✭ 35 (+0%)
Mutual labels:  excel
Docker Images
Out-of-box Data Science / AI platform | AI/数据科学的瑞士军刀
Stars: ✭ 25 (-28.57%)
Mutual labels:  rstudio
Springmvc Project
开箱即用的SpringMVC项目,包含常规业务所需的框架功能整合,更多功能请关注 https://github.com/MartinDai/SpringBoot-Project
Stars: ✭ 33 (-5.71%)
Mutual labels:  excel
Jsreport
javascript based business reporting platform 🚀
Stars: ✭ 798 (+2180%)
Mutual labels:  excel
Nanny
A tidyverse suite for (pre-) machine-learning: cluster, PCA, permute, impute, rotate, redundancy, triangular, smart-subset, abundant and variable features.
Stars: ✭ 17 (-51.43%)
Mutual labels:  rstudio
Python Excel Automation
Examples of automation of excel via python, and related useful things
Stars: ✭ 31 (-11.43%)
Mutual labels:  excel
Exceldna
Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
Stars: ✭ 755 (+2057.14%)
Mutual labels:  excel
Scheduler
Automates completion and emailing of .xlsx time sheet.
Stars: ✭ 34 (-2.86%)
Mutual labels:  excel
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+2020%)
Mutual labels:  excel
R Dataviz Ggplot2
"Basic data viz" & "Advancing with data viz in R using ggplot2" for Boston University's "Data+Narrative" workshop
Stars: ✭ 21 (-40%)
Mutual labels:  rstudio
Excel Io
A utility library that makes it easy to read and write Excel workbooks using C#
Stars: ✭ 35 (+0%)
Mutual labels:  excel
Luckysheet
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
Stars: ✭ 9,772 (+27820%)
Mutual labels:  excel
Rstudioconf tweets
🖥 A repository for tracking tweets about rstudio::conf
Stars: ✭ 32 (-8.57%)
Mutual labels:  rstudio

viewxl

An addin to view data.frame in Excel

Travis-CI Build Status Project Status: Active – The project has reached a stable, usable state and is being actively developed.

An addin to interactively export data.frame from global environment into Excel with writexl.

To try it, run :

# with remotes
remotes::install_github("dreamRs/viewxl")

# or with install-github.me service (based on remotes)
source("https://install-github.me/dreamRs/viewxl")

# or with devtools:
devtools::install_github("dreamRs/viewxl")

Then launch the addin via the RStudio menu.

If you have selected a data.frame in your script, then this data.frameis open in Excel. Otherwise a window will appear :

  • select a data.frame then launch the addin, The selected data.frame will be open in Excel directly :

  • If no selection is made, a Shiny gadget is launched to select data.frame to open :

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].