logz
This commit is contained in:
parent
f27349dcf9
commit
e7be870938
@ -10,9 +10,9 @@
|
|||||||
|
|
||||||
/** @type {File} */
|
/** @type {File} */
|
||||||
$: file = files && files[0]
|
$: file = files && files[0]
|
||||||
$: console.log('file', file)
|
|
||||||
$: tableRawContent = file && getTableRawContentFromFile(file)
|
$: tableRawContent = file && getTableRawContentFromFile(file)
|
||||||
$: tableObjectSheets = tableRawContent && tableRawContent.then(tableRawContentToObjects) || []
|
$: tableObjectSheets = tableRawContent && tableRawContent.then(tableRawContentToObjects) || []
|
||||||
|
$: Promise.resolve(tableObjectSheets).then(x => console.log('tableObjectSheets', x))
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user