OpenFile
Opens a file with fields.
Parameters:
Name |
Type |
Description |
binaryFile |
Uint8Array
|
A file in the format of the 8-bit unsigned integer array. |
fields |
Array.<string>
|
A list of field values. |
Returns:
-
This method doesn't return any data.
Example
Copy code
window.Asc.plugin.executeMethod ("OpenFile", [[Uint8Array], ["id", "name"]]);