Commit 12400d52 authored by Alexey.Musinov's avatar Alexey.Musinov

table styles for ios

parent 1e1c87a1
This diff is collapsed.
......@@ -448,7 +448,7 @@ var native_renderer = null;
var Api = null;
var _api = null;
function NativeOpenFileData(data, version)
function NativeOpenFileData(data, version, xlsx_file_path)
{
window.NATIVE_DOCUMENT_TYPE = window.native.GetEditorType();
......@@ -460,7 +460,7 @@ function NativeOpenFileData(data, version)
else
{
_api = new window["Asc"]["spreadsheet_api"]({});
_api.asc_nativeOpenFile(data, version);
_api.asc_nativeOpenFile(data, version, undefined, xlsx_file_path);
}
Api = _api;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment