Difference between revisions of "Nicesheet"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "=OsProject= {{OsProject |id=nicesheet |state=active |owner=WolfgangFahl |title=nicesheet |url=https://github.com/WolfgangFahl/nicesheet |version=0.0.1 |description=Online Spr...")
 
(No difference)

Latest revision as of 18:37, 21 September 2023

OsProject

OsProject
id  nicesheet
state  active
owner  WolfgangFahl
title  nicesheet
url  https://github.com/WolfgangFahl/nicesheet
version  0.0.1
description  Online Spreadsheet editing tool
date  2023-09-21
since  2023-09-21
until  


Installation

pip install nicesheet
# alternatively if your pip is not a python3 pip
pip3 install nicesheet 
# local install from source directory of nicesheet 
pip install .

upgrade

pip install nicesheet  -U
# alternatively if your pip is not a python3 pip
pip3 install nicesheet -U


Motivation

nicegui based successor of https://github.com/WolfgangFahl/pyOnlineSpreadSheetEditing