pyexcel.Book.bookdict
- property Book.bookdict
Get/Set data in/from bookdict format
You could obtain content in bookdict format by dot notation:
Book.bookdict
And you could as well set content by dot notation:
Book.bookdict = the_io_stream_in_bookdict_format
if you need to pass on more parameters, you could use:
Book.get_bookdict(**keywords) Book.set_bookdict(the_io_stream_in_bookdict_format, **keywords)