![]() |
IXlsJSONImport |
![]() |
interface IXlsJSONImport : IDispatch { [id(1),propget] HRESULT Options([out, retval]IXlsJSONImportOptions** jsonOptions); [id(2)] HRESULT ImportFromURL([in]BSTR url); [id(3)] HRESULT ImportFile([in]BSTR jsonFilename); [id(4)] HRESULT ImportBuffer([in]IUnknown* inputLockbytes); }
HRESULT Options([out, retval]IXlsJSONImportOptions** jsonOptions);
HRESULT ImportFromURL([in]BSTR url);
HRESULT ImportFile([in]BSTR jsonFilename);
HRESULT ImportBuffer([in]IUnknown* inputLockbytes);