Andrea Altomani

Results 2 issues of Andrea Altomani

If I create a sheet using `ipysheet.from_dataframe` then the resulting sheet only allows pasting one column at the time. Example (tested in Jupyter Notebook and JupyterLab):: ``` sheet1 = ipysheet.from_dataframe(pd.DataFrame({"A":[1,2],...

I could not figure how to produce a chart like the one below: A->B is vertical, B->C horizontal, and A->C diagonal. Is this kind of shape already supported in mermaid?...

Type: Enhancement
Status: Triage