Canna71 / obsidian-sheets

MIT License
24 stars 0 forks source link

Saving issues #10

Open LuluThetoutou opened 11 months ago

LuluThetoutou commented 11 months ago

Hello ! This looks like a great plugin and I would love to use it but after saving my data with the icon, once I exit the note, and re-open, the data disappears.
I have enabled in the settings the automatic saving and the external saving. I also use the default Obsidian theme and have other plugins installed. I use the provided codes.

filename: <path relative to vault root>
enableSave: <value in settings>
autoSave: <value in settings>
height: 540
width: 1200
rows: 100
cols: 26
fontSize: 10
cellHeight: 25
cellWidth: 100

I would greatly appreciate any suggestion you have for me. Thanks !

Canna71 commented 11 months ago

Hi, I cannot reproduce this error, it is quite strange. Could you share the file you are saving to?

matclab commented 10 months ago

Same problem here. With :

filename: data/Cert_oracle.xslx
enableSave: true

I got the following error:

plugin:workbooks:459 Uncaught (in promise) Error: Unrecognized bookType |xslx|
    at Uc (plugin:workbooks:459:56569)
    at eval (plugin:workbooks:462:511)
    at Generator.next (<anonymous>)
    at eval (plugin:workbooks:6:1193)
    at new Promise (<anonymous>)
    at wn (plugin:workbooks:6:1013)
    at Zc (plugin:workbooks:462:247)
    at Object.onClick (plugin:workbooks:467:1294)
    at eval (plugin:workbooks:318:60387)
    at HTMLDivElement.eval (plugin:workbooks:42:4780)
matclab commented 10 months ago

Oups ! There was a typo in the file extension… Hope it will nonetheless help others to troubleshot their problem.