@univerjs-pro/sheets-exchange-client 1.0.0-alpha.8 → 1.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +1 -1
  2. package/lib/cjs/facade.js +1 -0
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -0
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/commands/operations/exchange.operation.d.ts +17 -3
  66. package/lib/types/config/config.d.ts +17 -0
  67. package/lib/types/controllers/menu.d.ts +2 -2
  68. package/lib/types/facade/f-univer.d.ts +138 -0
  69. package/lib/types/facade/index.d.ts +2 -0
  70. package/lib/types/index.d.ts +2 -0
  71. package/lib/types/services/sheet-exchange-operate.service.d.ts +22 -0
  72. package/lib/types/services/sheet-exchange.service.d.ts +27 -0
  73. package/lib/umd/facade.js +1 -0
  74. package/lib/umd/index.js +1 -1
  75. package/lib/umd/locale/ar-SA.js +1 -1
  76. package/lib/umd/locale/ca-ES.js +1 -1
  77. package/lib/umd/locale/de-DE.js +1 -1
  78. package/lib/umd/locale/en-US.js +1 -1
  79. package/lib/umd/locale/es-ES.js +1 -1
  80. package/lib/umd/locale/fa-IR.js +1 -1
  81. package/lib/umd/locale/fr-FR.js +1 -1
  82. package/lib/umd/locale/id-ID.js +1 -1
  83. package/lib/umd/locale/it-IT.js +1 -1
  84. package/lib/umd/locale/ja-JP.js +1 -1
  85. package/lib/umd/locale/ko-KR.js +1 -1
  86. package/lib/umd/locale/pl-PL.js +1 -1
  87. package/lib/umd/locale/pt-BR.js +1 -1
  88. package/lib/umd/locale/ru-RU.js +1 -1
  89. package/lib/umd/locale/sk-SK.js +1 -1
  90. package/lib/umd/locale/vi-VN.js +1 -1
  91. package/lib/umd/locale/zh-CN.js +1 -1
  92. package/lib/umd/locale/zh-HK.js +1 -1
  93. package/lib/umd/locale/zh-TW.js +1 -1
  94. package/package.json +20 -8
@@ -0,0 +1,138 @@
1
+ import type { ExchangeFormat, ISnapshotBlockJson, ISnapshotBlockJsonResponse } from '@univerjs-pro/exchange-client';
2
+ import type { IWorkbookData } from '@univerjs/core';
3
+ import { FUniver } from '@univerjs/core/facade';
4
+ /** @ignore */
5
+ export interface IFUniverSheetsExchangeClientMixin {
6
+ /**
7
+ * Import an XLSX, XLS, CSV, or TSV file into a persisted Sheet unit.
8
+ * @param {string | File} file File object or URL of the file to import
9
+ * @returns {Promise<string | undefined>} A promise that resolves to the imported unit ID, or `undefined` when the import does not produce a unit
10
+ *
11
+ * @example
12
+ * ```typescript
13
+ * // Accepts a File object
14
+ * const unitId = await univerAPI.importSheetToUnitIdAsync(file);
15
+ * // Or accepts a URL to a remote file
16
+ * // const unitId = await univerAPI.importSheetToUnitIdAsync('https://example.com/budget.xlsx');
17
+ *
18
+ * if (unitId) {
19
+ * console.log('Imported Sheet unit:', unitId);
20
+ * }
21
+ * ```
22
+ */
23
+ importSheetToUnitIdAsync(file: File | string): Promise<string | undefined>;
24
+ /**
25
+ * Import an XLSX, XLS, CSV, or TSV file into workbook snapshot data.
26
+ * @param {string | File} file File object or URL of the file to import
27
+ * @returns {Promise<IWorkbookData | undefined>} A promise that resolves to the imported workbook data, or `undefined` when the import does not produce a snapshot
28
+ *
29
+ * @example
30
+ * ```typescript
31
+ * // Accepts a File object
32
+ * const workbookData = await univerAPI.importSheetToSnapshotAsync(file);
33
+ * // Or accepts a URL to a remote file
34
+ * // const workbookData = await univerAPI.importSheetToSnapshotAsync('https://example.com/report.csv');
35
+ *
36
+ * if (workbookData) {
37
+ * univerAPI.createWorkbook(workbookData);
38
+ * }
39
+ * ```
40
+ */
41
+ importSheetToSnapshotAsync(file: File | string): Promise<IWorkbookData | undefined>;
42
+ /**
43
+ * Export a persisted Sheet unit as an XLSX, CSV, or TSV file.
44
+ * @param {string} unitId ID of the Sheet unit to export
45
+ * @param {ExchangeFormat} [format=ExchangeFormat.XLSX] Output format
46
+ * @param {string} [sheetId] Sheet ID to export when the format is CSV or TSV
47
+ * @returns {Promise<File | undefined>} A promise that resolves to the exported file, or `undefined` when the export does not produce a file
48
+ *
49
+ * @example
50
+ * ```typescript
51
+ * import { ExchangeFormat } from '@univerjs-pro/exchange-client';
52
+ *
53
+ * const workbook = univerAPI.getActiveWorkbook();
54
+ * if (workbook) {
55
+ * const file = await univerAPI.exportSheetByUnitIdAsync(
56
+ * workbook.getId(),
57
+ * ExchangeFormat.XLSX
58
+ * );
59
+ *
60
+ * if (file) {
61
+ * univerAPI.downloadFile(file, 'budget', ExchangeFormat.XLSX);
62
+ * }
63
+ * }
64
+ * ```
65
+ */
66
+ exportSheetByUnitIdAsync(unitId: string, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
67
+ /**
68
+ * Export workbook snapshot data as an XLSX, CSV, or TSV file.
69
+ * @param {IWorkbookData} snapshot Workbook data to export
70
+ * @param {ExchangeFormat} [format=ExchangeFormat.XLSX] Output format
71
+ * @param {string} [sheetId] Sheet ID to export when the format is CSV or TSV
72
+ * @returns {Promise<File | undefined>} A promise that resolves to the exported file, or `undefined` when the export does not produce a file
73
+ *
74
+ * @example
75
+ * ```typescript
76
+ * import { ExchangeFormat } from '@univerjs-pro/exchange-client';
77
+ *
78
+ * const workbook = univerAPI.getActiveWorkbook();
79
+ * if (workbook) {
80
+ * const snapshot = workbook.save();
81
+ * const file = await univerAPI.exportSheetBySnapshotAsync(
82
+ * snapshot,
83
+ * ExchangeFormat.CSV,
84
+ * workbook.getActiveSheet().getSheetId()
85
+ * );
86
+ *
87
+ * if (file) {
88
+ * univerAPI.downloadFile(file, 'active-sheet', ExchangeFormat.CSV);
89
+ * }
90
+ * }
91
+ * ```
92
+ */
93
+ exportSheetBySnapshotAsync(snapshot: IWorkbookData, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
94
+ /**
95
+ * Convert Sheet snapshot JSON returned by the exchange service into workbook data.
96
+ * @param {ISnapshotBlockJsonResponse} json Snapshot JSON and Sheet blocks returned by the exchange service
97
+ * @returns {Promise<IWorkbookData>} A promise that resolves to workbook data that can be passed to `createWorkbook`
98
+ *
99
+ * @example
100
+ * ```typescript
101
+ * import type { ISnapshotBlockJsonResponse } from '@univerjs-pro/exchange-client';
102
+ *
103
+ * const response = await fetch('/api/sheet-snapshot');
104
+ * const snapshotJson = await response.json() as ISnapshotBlockJsonResponse;
105
+ * const workbookData = await univerAPI.transformSnapshotJsonToWorkbookDataAsync(snapshotJson);
106
+ * univerAPI.createWorkbook(workbookData);
107
+ * ```
108
+ */
109
+ transformSnapshotJsonToWorkbookDataAsync(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
110
+ /**
111
+ * Convert workbook data into snapshot JSON accepted by the exchange service.
112
+ * @param {IWorkbookData} workbookData Workbook data to convert
113
+ * @returns {Promise<ISnapshotBlockJson>} A promise that resolves to Snapshot JSON containing the workbook metadata and encoded Sheet blocks
114
+ *
115
+ * @example
116
+ * ```typescript
117
+ * const workbook = univerAPI.getActiveWorkbook();
118
+ * if (workbook) {
119
+ * const workbookData = workbook.save();
120
+ * const snapshotJson = await univerAPI.transformWorkbookDataToSnapshotJsonAsync(workbookData);
121
+ * console.log('Sheet snapshot JSON:', snapshotJson);
122
+ * }
123
+ * ```
124
+ */
125
+ transformWorkbookDataToSnapshotJsonAsync(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
126
+ }
127
+ export declare class FUniverSheetsExchangeClientMixin extends FUniver implements IFUniverSheetsExchangeClientMixin {
128
+ importSheetToUnitIdAsync(file: File | string): Promise<string | undefined>;
129
+ importSheetToSnapshotAsync(file: File | string): Promise<IWorkbookData | undefined>;
130
+ exportSheetByUnitIdAsync(unitId: string, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
131
+ exportSheetBySnapshotAsync(snapshot: IWorkbookData, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
132
+ transformSnapshotJsonToWorkbookDataAsync(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
133
+ transformWorkbookDataToSnapshotJsonAsync(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
134
+ }
135
+ declare module '@univerjs/core/facade' {
136
+ interface FUniver extends IFUniverSheetsExchangeClientMixin {
137
+ }
138
+ }
@@ -0,0 +1,2 @@
1
+ import './f-univer';
2
+ export type { IFUniverSheetsExchangeClientMixin } from './f-univer';
@@ -1,2 +1,4 @@
1
+ export type { IUniverSheetsExchangeClientConfig } from './config/config';
1
2
  export { menuSchema as SheetsExchangeClientMenuSchema } from './menu/schema';
2
3
  export { UniverSheetsExchangeClientPlugin } from './plugin';
4
+ export { ISheetExchangeService } from './services/sheet-exchange.service';
@@ -0,0 +1,22 @@
1
+ import { ExchangeFormat, IExchangeOperateService } from '@univerjs-pro/exchange-client';
2
+ import { IResourceLoaderService, IUniverInstanceService } from '@univerjs/core';
3
+ import { ISheetExchangeService } from './sheet-exchange.service';
4
+ export interface ISheetExchangeOperateService {
5
+ importSheetToUnitId(): Promise<string | undefined>;
6
+ importSheetToSnapshot(): Promise<void>;
7
+ exportSheetByUnitId(unitId?: string, unitName?: string, format?: ExchangeFormat, sheetId?: string): Promise<void>;
8
+ exportSheetBySnapshot(format?: ExchangeFormat, sheetId?: string): Promise<void>;
9
+ }
10
+ export declare const ISheetExchangeOperateService: import("@wendellhu/redi").IdentifierDecorator<ISheetExchangeOperateService>;
11
+ export declare class SheetExchangeOperateService implements ISheetExchangeOperateService {
12
+ private readonly _sheetExchangeService;
13
+ private readonly _exchangeOperateService;
14
+ private readonly _univerInstanceService;
15
+ private readonly _resourceLoaderService;
16
+ constructor(_sheetExchangeService: ISheetExchangeService, _exchangeOperateService: IExchangeOperateService, _univerInstanceService: IUniverInstanceService, _resourceLoaderService: IResourceLoaderService);
17
+ importSheetToUnitId(): Promise<string | undefined>;
18
+ importSheetToSnapshot(): Promise<void>;
19
+ exportSheetByUnitId(unitId?: string, unitName?: string, format?: ExchangeFormat, sheetId?: string): Promise<void>;
20
+ exportSheetBySnapshot(format?: ExchangeFormat, sheetId?: string): Promise<void>;
21
+ private _getCurrentWorkbook;
22
+ }
@@ -0,0 +1,27 @@
1
+ import type { ISnapshotBlockJson, ISnapshotBlockJsonResponse } from '@univerjs-pro/exchange-client';
2
+ import type { IWorkbookData } from '@univerjs/core';
3
+ import { ExchangeFormat, IExchangeService } from '@univerjs-pro/exchange-client';
4
+ import { IConfigService } from '@univerjs/core';
5
+ export interface ISheetExchangeService {
6
+ importSheetToUnitId(file: File | string): Promise<string | undefined>;
7
+ importSheetToSnapshot(file: File | string): Promise<IWorkbookData | undefined>;
8
+ exportSheetByUnitId(unitId: string, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
9
+ exportSheetBySnapshot(snapshot: IWorkbookData, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
10
+ transformSnapshotJsonToWorkbookData(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
11
+ transformWorkbookDataToSnapshotJson(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
12
+ }
13
+ export declare const ISheetExchangeService: import("@wendellhu/redi").IdentifierDecorator<ISheetExchangeService>;
14
+ export declare class SheetExchangeService implements ISheetExchangeService {
15
+ private readonly _exchangeService;
16
+ private readonly _configService;
17
+ constructor(_exchangeService: IExchangeService, _configService: IConfigService);
18
+ importSheetToUnitId(file: File | string): Promise<string | undefined>;
19
+ importSheetToSnapshot(file: File | string): Promise<IWorkbookData | undefined>;
20
+ exportSheetByUnitId(unitId: string, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
21
+ exportSheetBySnapshot(snapshot: IWorkbookData, format?: ExchangeFormat, sheetId?: string): Promise<File | undefined>;
22
+ transformSnapshotJsonToWorkbookData(json: ISnapshotBlockJsonResponse): Promise<IWorkbookData>;
23
+ transformWorkbookDataToSnapshotJson(workbookData: IWorkbookData): Promise<ISnapshotBlockJson>;
24
+ private _getConfig;
25
+ private _createImportOptions;
26
+ private _createExportOptions;
27
+ }
@@ -0,0 +1 @@
1
+ function _0x3f8c(_0x1409c5,_0x10537f){_0x1409c5=_0x1409c5-0xf5;var _0x39b71c=_0x39b7();var _0x3f8c4c=_0x39b71c[_0x1409c5];return _0x3f8c4c;}(function(_0x5f04be,_0x203205){var _0x402b84=_0x3f8c,_0x20e4e1=_0x5f04be();while(!![]){try{var _0x1e463f=parseInt(_0x402b84(0xf7))/0x1*(parseInt(_0x402b84(0xf8))/0x2)+parseInt(_0x402b84(0x102))/0x3+parseInt(_0x402b84(0x109))/0x4+-parseInt(_0x402b84(0x10a))/0x5*(parseInt(_0x402b84(0xff))/0x6)+parseInt(_0x402b84(0x106))/0x7*(parseInt(_0x402b84(0x10f))/0x8)+-parseInt(_0x402b84(0xfe))/0x9*(parseInt(_0x402b84(0x100))/0xa)+-parseInt(_0x402b84(0xf6))/0xb;if(_0x1e463f===_0x203205)break;else _0x20e4e1['push'](_0x20e4e1['shift']());}catch(_0x1bcee4){_0x20e4e1['push'](_0x20e4e1['shift']());}}}(_0x39b7,0xd7736),function(_0x5daaef,_0x37eed0){var _0x7bd900=_0x3f8c;typeof exports=='object'&&typeof module<'u'?_0x37eed0(require('@univerjs-pro/sheets-exchange-client'),require('@univerjs/core/facade')):typeof define==_0x7bd900(0xfa)&&define[_0x7bd900(0xfd)]?define(['@univerjs-pro/sheets-exchange-client',_0x7bd900(0xfb)],_0x37eed0):(_0x5daaef=typeof globalThis<'u'?globalThis:_0x5daaef||self,_0x37eed0(_0x5daaef[_0x7bd900(0x108)],_0x5daaef['UniverCoreFacade']));}(this,function(_0x385193,_0x2d2206){var _0xd44d25=_0x3f8c,_0x42f06a=class extends _0x2d2206[_0xd44d25(0x10c)]{[_0xd44d25(0xf9)](_0xf4e1fe){var _0x2ff1bb=_0xd44d25;return this[_0x2ff1bb(0x105)][_0x2ff1bb(0x111)](_0x385193['ISheetExchangeService'])[_0x2ff1bb(0xfc)](_0xf4e1fe);}[_0xd44d25(0x107)](_0x2496a3){var _0x3c7fbd=_0xd44d25;return this[_0x3c7fbd(0x105)][_0x3c7fbd(0x111)](_0x385193[_0x3c7fbd(0x101)])['importSheetToSnapshot'](_0x2496a3);}[_0xd44d25(0x10b)](_0x612b43,_0x4cfa7e,_0x17ba92){var _0x17efa5=_0xd44d25;return this[_0x17efa5(0x105)]['get'](_0x385193['ISheetExchangeService'])[_0x17efa5(0x10e)](_0x612b43,_0x4cfa7e,_0x17ba92);}[_0xd44d25(0x104)](_0xadeca4,_0x5d731b,_0x426182){var _0x4ef265=_0xd44d25;return this[_0x4ef265(0x105)][_0x4ef265(0x111)](_0x385193['ISheetExchangeService'])[_0x4ef265(0x110)](_0xadeca4,_0x5d731b,_0x426182);}[_0xd44d25(0xf5)](_0x23db57){var _0x2b889f=_0xd44d25;return this['_injector'][_0x2b889f(0x111)](_0x385193[_0x2b889f(0x101)])['transformSnapshotJsonToWorkbookData'](_0x23db57);}[_0xd44d25(0x10d)](_0x42c66a){var _0x295f0f=_0xd44d25;return this[_0x295f0f(0x105)]['get'](_0x385193[_0x295f0f(0x101)])[_0x295f0f(0x103)](_0x42c66a);}};_0x2d2206['FUniver']['extend'](_0x42f06a);}));function _0x39b7(){var _0x595631=['FUniver','transformWorkbookDataToSnapshotJsonAsync','exportSheetByUnitId','8visXIj','exportSheetBySnapshot','get','transformSnapshotJsonToWorkbookDataAsync','17094385QUSaFe','6813vntMMo','506gZDdJe','importSheetToUnitIdAsync','function','@univerjs/core/facade','importSheetToUnitId','amd','12762567EPcImK','96AYqgey','10rMLBTL','ISheetExchangeService','4947549AZFliP','transformWorkbookDataToSnapshotJson','exportSheetBySnapshotAsync','_injector','571613RSJQvm','importSheetToSnapshotAsync','UniverProSheetsExchangeClient','3261524lwmCwa','129790jtAdYU','exportSheetByUnitIdAsync'];_0x39b7=function(){return _0x595631;};return _0x39b7();}
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x34c3(_0x3685fc,_0x28d682){_0x3685fc=_0x3685fc-0x1d6;const _0x4404df=_0x4404();let _0x34c3e5=_0x4404df[_0x3685fc];return _0x34c3e5;}(function(_0x1f52cd,_0x5c29a5){const _0x58a477=_0x34c3,_0x59b0d4=_0x1f52cd();while(!![]){try{const _0x3f080a=-parseInt(_0x58a477(0x1e1))/0x1*(-parseInt(_0x58a477(0x1e6))/0x2)+parseInt(_0x58a477(0x21c))/0x3+parseInt(_0x58a477(0x224))/0x4+-parseInt(_0x58a477(0x217))/0x5*(-parseInt(_0x58a477(0x228))/0x6)+parseInt(_0x58a477(0x1e3))/0x7+parseInt(_0x58a477(0x227))/0x8+-parseInt(_0x58a477(0x1d8))/0x9;if(_0x3f080a===_0x5c29a5)break;else _0x59b0d4['push'](_0x59b0d4['shift']());}catch(_0x44a0f2){_0x59b0d4['push'](_0x59b0d4['shift']());}}}(_0x4404,0xbcc6b),function(_0x535a03,_0x37838d){const _0x18cff9=_0x34c3;typeof exports=='object'&&typeof module<'u'?_0x37838d(exports,require('@univerjs/ui'),require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs/sheets-ui'),require('@univerjs-pro/license')):typeof define==_0x18cff9(0x223)&&define[_0x18cff9(0x1fe)]?define([_0x18cff9(0x22c),_0x18cff9(0x220),_0x18cff9(0x1da),_0x18cff9(0x231),_0x18cff9(0x225),_0x18cff9(0x1e2),_0x18cff9(0x1fa)],_0x37838d):(_0x535a03=typeof globalThis<'u'?globalThis:_0x535a03||self,_0x37838d(_0x535a03[_0x18cff9(0x216)]={},_0x535a03[_0x18cff9(0x1f9)],_0x535a03[_0x18cff9(0x1df)],_0x535a03[_0x18cff9(0x203)],_0x535a03[_0x18cff9(0x1f6)],_0x535a03[_0x18cff9(0x1d6)],_0x535a03[_0x18cff9(0x21d)]));}(this,function(_0x191a08,_0x4f5b40,_0x23b602,_0x4a584f,_0x3e5aec,_0x12fdcf,_0x94441b){const _0x24bcc5=_0x34c3;Object['defineProperty'](_0x191a08,Symbol[_0x24bcc5(0x209)],{'value':'Module'});let _0x40478f={'id':_0x24bcc5(0x202),'type':_0x4a584f['CommandType'][_0x24bcc5(0x229)],'handler':async _0x7a0ddd=>{const _0x54b696=_0x24bcc5;let _0x55a746=_0x7a0ddd[_0x54b696(0x20b)](_0x23b602['IExchangeOperateService']);return(0x0,_0x23b602[_0x54b696(0x1e5)])(_0x7a0ddd,_0x4a584f[_0x54b696(0x214)]['UNIVER_SHEET'])?await _0x55a746[_0x54b696(0x21b)]():await _0x55a746[_0x54b696(0x1e8)](),!0x0;}},_0x220062={'id':_0x24bcc5(0x1fb),'type':_0x4a584f['CommandType']['OPERATION'],'handler':async _0x1e923d=>{const _0x4f56b6=_0x24bcc5;let _0x1edaba=_0x1e923d[_0x4f56b6(0x20b)](_0x23b602[_0x4f56b6(0x205)]);return(0x0,_0x23b602['isCurrentUnitLoadedFromServer'])(_0x1e923d,_0x4a584f['UniverInstanceType'][_0x4f56b6(0x218)])?await _0x1edaba[_0x4f56b6(0x1d9)]():await _0x1edaba[_0x4f56b6(0x22f)](),!0x0;}},_0x13f3d5=_0x24bcc5(0x20f);function _0x151ed8(_0x33392f){const _0x3502af=_0x24bcc5;return{'id':_0x13f3d5,'type':_0x4f5b40[_0x3502af(0x1f8)][_0x3502af(0x20a)],'icon':_0x3502af(0x1ed),'tooltip':_0x3502af(0x1f4),'hidden$':(0x0,_0x4f5b40['getMenuHiddenObservable'])(_0x33392f,_0x4a584f['UniverInstanceType']['UNIVER_SHEET']),'disabled$':(0x0,_0x12fdcf[_0x3502af(0x213)])(_0x33392f,{'workbookTypes':[_0x3e5aec[_0x3502af(0x230)]]})};}function _0x3607db(){const _0x4dc4a4=_0x24bcc5;return{'id':_0x40478f['id'],'type':_0x4f5b40['MenuItemType']['BUTTON'],'title':_0x4dc4a4(0x22b),'icon':_0x4dc4a4(0x1d7)};}function _0x470384(){const _0x10c4f5=_0x24bcc5;return{'id':_0x220062['id'],'type':_0x4f5b40['MenuItemType'][_0x10c4f5(0x21a)],'title':_0x10c4f5(0x1fc),'icon':_0x10c4f5(0x1f3)};}let _0x242b61={[_0x4f5b40['RibbonStartGroup'][_0x24bcc5(0x219)]]:{[_0x13f3d5]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x151ed8,[_0x40478f['id']]:{'order':0x0,'menuItemFactory':_0x3607db},[_0x220062['id']]:{'order':0x1,'menuItemFactory':_0x470384}}}};var _0x1d8a43=_0x24bcc5(0x1e7),_0x17ab23=_0x24bcc5(0x208);let _0x3b682d={};function _0x39502b(_0x50da6c,_0x3708de){return function(_0x10b21f,_0x34b9b1){_0x3708de(_0x10b21f,_0x34b9b1,_0x50da6c);};}function _0x399843(_0x2f92c4,_0x441f86,_0x1965a2,_0x20e83e){const _0x480a32=_0x24bcc5;var _0x3e70e3=arguments[_0x480a32(0x1dc)],_0x33f65b=_0x3e70e3<0x3?_0x441f86:_0x20e83e===null?_0x20e83e=Object['getOwnPropertyDescriptor'](_0x441f86,_0x1965a2):_0x20e83e,_0xc0fd90;if(typeof Reflect=='object'&&typeof Reflect['decorate']==_0x480a32(0x223))_0x33f65b=Reflect['decorate'](_0x2f92c4,_0x441f86,_0x1965a2,_0x20e83e);else{for(var _0x306b26=_0x2f92c4[_0x480a32(0x1dc)]-0x1;_0x306b26>=0x0;_0x306b26--)(_0xc0fd90=_0x2f92c4[_0x306b26])&&(_0x33f65b=(_0x3e70e3<0x3?_0xc0fd90(_0x33f65b):_0x3e70e3>0x3?_0xc0fd90(_0x441f86,_0x1965a2,_0x33f65b):_0xc0fd90(_0x441f86,_0x1965a2))||_0x33f65b);}return _0x3e70e3>0x3&&_0x33f65b&&Object[_0x480a32(0x201)](_0x441f86,_0x1965a2,_0x33f65b),_0x33f65b;}let _0x310160=class extends _0x4a584f[_0x24bcc5(0x200)]{constructor(_0x35e40b,_0x48a05a){const _0x43497e=_0x24bcc5;super(),this[_0x43497e(0x226)]=_0x35e40b,this[_0x43497e(0x1dd)]=_0x48a05a,this[_0x43497e(0x210)](),this[_0x43497e(0x20c)]();}['_initCommands'](){const _0xe5c96e=_0x24bcc5;[_0x40478f,_0x220062][_0xe5c96e(0x207)](_0x562a4e=>{const _0x1ac615=_0xe5c96e;this[_0x1ac615(0x20d)](this[_0x1ac615(0x226)][_0x1ac615(0x1f0)](_0x562a4e));});}[_0x24bcc5(0x20c)](){const _0x1edad4=_0x24bcc5;this['_menuManagerService'][_0x1edad4(0x22e)](_0x242b61);}};_0x310160=_0x399843([_0x39502b(0x0,_0x4a584f[_0x24bcc5(0x211)]),_0x39502b(0x1,_0x4f5b40[_0x24bcc5(0x21f)])],_0x310160);function _0x4a46cb(_0x11b7b6){'@babel/helpers - typeof';const _0xdd823=_0x24bcc5;return _0x4a46cb=typeof Symbol==_0xdd823(0x223)&&typeof Symbol[_0xdd823(0x232)]==_0xdd823(0x215)?function(_0xcd3b7d){return typeof _0xcd3b7d;}:function(_0x111216){const _0x2a1354=_0xdd823;return _0x111216&&typeof Symbol=='function'&&_0x111216[_0x2a1354(0x1ef)]===Symbol&&_0x111216!==Symbol['prototype']?_0x2a1354(0x215):typeof _0x111216;},_0x4a46cb(_0x11b7b6);}function _0x12bb12(_0x5a65c6,_0x110796){const _0xd29fcd=_0x24bcc5;if(_0x4a46cb(_0x5a65c6)!=_0xd29fcd(0x22a)||!_0x5a65c6)return _0x5a65c6;var _0x26a571=_0x5a65c6[Symbol[_0xd29fcd(0x1e0)]];if(_0x26a571!==void 0x0){var _0x9f520b=_0x26a571[_0xd29fcd(0x1f5)](_0x5a65c6,_0x110796||_0xd29fcd(0x222));if(_0x4a46cb(_0x9f520b)!=_0xd29fcd(0x22a))return _0x9f520b;throw TypeError(_0xd29fcd(0x1ec));}return(_0x110796===_0xd29fcd(0x1de)?String:Number)(_0x5a65c6);}function _0x19ef11(_0x2d6a1c){const _0x35d80d=_0x24bcc5;var _0x21d96f=_0x12bb12(_0x2d6a1c,'string');return _0x4a46cb(_0x21d96f)==_0x35d80d(0x215)?_0x21d96f:_0x21d96f+'';}function _0x2f5568(_0x2353bc,_0xdc62ee,_0x5f1270){const _0x343b67=_0x24bcc5;return(_0xdc62ee=_0x19ef11(_0xdc62ee))in _0x2353bc?Object[_0x343b67(0x201)](_0x2353bc,_0xdc62ee,{'value':_0x5f1270,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x2353bc[_0xdc62ee]=_0x5f1270,_0x2353bc;}let _0x526b7b=class extends _0x4a584f[_0x24bcc5(0x204)]{constructor(_0x35c4b6=_0x3b682d,_0x37bc8c,_0x5a42b4){const _0x3f929b=_0x24bcc5;super(),this[_0x3f929b(0x1e4)]=_0x35c4b6,this[_0x3f929b(0x221)]=_0x37bc8c,this[_0x3f929b(0x1f7)]=_0x5a42b4;let {menu:_0x4618e7,..._0x310c24}=(0x0,_0x4a584f[_0x3f929b(0x1fd)])({},_0x3b682d,this['_config']);_0x4618e7&&this['_configService'][_0x3f929b(0x1e9)](_0x3f929b(0x22d),_0x4618e7,{'merge':!0x0}),this[_0x3f929b(0x1f7)]['setConfig']('sheets-exchange-client.config',_0x310c24);}[_0x24bcc5(0x1ff)](){const _0x531f7d=_0x24bcc5;[[_0x310160]]['forEach'](_0x32cf54=>this[_0x531f7d(0x221)][_0x531f7d(0x21e)](_0x32cf54));}[_0x24bcc5(0x20e)](){const _0x3f9c16=_0x24bcc5;this['_injector'][_0x3f9c16(0x20b)](_0x310160);}};_0x2f5568(_0x526b7b,'pluginName','SHEET_EXCHANGE_CLIENT_PLUGIN'),_0x2f5568(_0x526b7b,'packageName',_0x1d8a43),_0x2f5568(_0x526b7b,'version',_0x17ab23),_0x2f5568(_0x526b7b,'type',_0x4a584f[_0x24bcc5(0x214)]['UNIVER_SHEET']),_0x526b7b=_0x399843([(0x0,_0x4a584f[_0x24bcc5(0x1db)])(_0x94441b[_0x24bcc5(0x1f2)],_0x4f5b40[_0x24bcc5(0x1f1)],_0x23b602[_0x24bcc5(0x212)]),_0x39502b(0x1,(0x0,_0x4a584f[_0x24bcc5(0x206)])(_0x4a584f['Injector'])),_0x39502b(0x2,_0x4a584f[_0x24bcc5(0x1ea)])],_0x526b7b),_0x191a08[_0x24bcc5(0x1eb)]=_0x242b61,Object['defineProperty'](_0x191a08,_0x24bcc5(0x1ee),{'enumerable':!0x0,'get':function(){return _0x526b7b;}});}));function _0x4404(){const _0x2610f3=['SheetsExchangeClientMenuSchema','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','DirectExportIcon','UniverSheetsExchangeClientPlugin','constructor','registerCommand','UniverUIPlugin','UniverLicensePlugin','ExportIcon','sheets-exchange-client.file','call','UniverSheets','_configService','MenuItemType','UniverUi','@univerjs-pro/license','exchange-client.operation.export-xlsx','sheets-exchange-client.download','merge','amd','onStarting','Disposable','defineProperty','exchange-client.operation.import-xlsx','UniverCore','Plugin','IExchangeOperateService','Inject','forEach','1.0.0-alpha.8','toStringTag','SUBITEMS','get','_initMenus','disposeWithMe','onReady','sheets-exchange-client.operation.exchange','_initCommands','ICommandService','UniverExchangeClientPlugin','getCurrentRangeDisable$','UniverInstanceType','symbol','UniverProSheetsExchangeClient','110xnytdU','UNIVER_SHEET','OTHERS','BUTTON','importXLSXToUnitId','1314951LnucqS','UniverProLicense','add','IMenuManagerService','@univerjs/ui','_injector','default','function','2074624BudESj','@univerjs/sheets','_commandService','3526960oknyZK','330156WJXnIW','OPERATION','object','sheets-exchange-client.upload','exports','menu','mergeMenu','exportXLSXBySnapshot','WorkbookExportPermission','@univerjs/core','iterator','UniverSheetsUi','FolderIcon','31377078BVWpPZ','exportXLSXByUnitId','@univerjs-pro/exchange-client','DependentOn','length','_menuManagerService','string','UniverProExchangeClient','toPrimitive','267057sTqUfp','@univerjs/sheets-ui','7819280tSZoGA','_config','isCurrentUnitLoadedFromServer','4QPEgum','@univerjs-pro/sheets-exchange-client','importXLSXToSnapshot','setConfig','IConfigService'];_0x4404=function(){return _0x2610f3;};return _0x4404();}
1
+ function _0x29e0(){const _0x4d747b=['@univerjs-pro/sheets-exchange-client','Inject','UniverSheetsUi','Injector','ISheetExchangeService','menu','getOwnPropertyDescriptor','20XIUoBK','sheets-exchange-client.sheet-exchange-operate.service','LocaleService','data','toPrimitive','MenuItemType','ICommandService','transformSnapshotJsonToWorkbookData','getSnapshot','_configService','function','parse','UniverProLicense','packageName','_sheetExchangeService','No\x20unit\x20of\x20type\x20','getCurrentUnitOfType','transformSnapshotToWorkbookData','executeCommand','Plugin','format','_univerInstanceService','getSheetId','IExchangeService','ExportIcon','DependentOn','decorate','UniverInstanceType','map','_initMenus','name','_createExportOptions','IResourceLoaderService','IDialogService','createIdentifier','exportSheetBySnapshot','@univerjs-pro/license','exportFile','@univerjs-pro/collaboration','exportFileBySnapshot','WorkbookExportPermission','sheetId','_exchangeService','_initCommands','symbol','toStringTag','length','UniverCore','6BLuYKP','Module','_createImportOptions','mergeMenu','getConfig','UniverProSheetsExchangeClient','sheets-exchange-client.file','218643BvffvS','_commandService','sheets-exchange-client.operation.import-sheet','sheets-exchange-client.upload','_exchangeOperateService','UNIVER_SHEET','sheets-exchange-client.download','IMenuManagerService','getCurrentRangeDisable$','TSV','SUBITEMS','registerCommand','IUniverInstanceService','sheets-exchange-client.config','importSheetToUnitId','onReady','29541aKmxSj','add','isCurrentUnitLoadedFromServer','exportSheetByUnitId','IExchangeOperateService','version','transformWorkbookSnapshotMetaToString','OPERATION','constructor','object','1.0.0-beta.0','UniverProExchangeClient','importFileToJson','sheets-exchange-client.operation.export-sheet-by-format','@univerjs/sheets','setConfig','6554779PJGYLJ','_injector','exports','OTHERS','@univerjs-pro/exchange-client','_menuManagerService','getMenuHiddenObservable','dispose','_getCurrentWorkbook','defineProperty','ClientSnapshotServerService','BUTTON','UniverLicensePlugin','string','transformWorkbookDataToSnapshotJson','snapshot','IConfigService','get','transformWorkbookDataToSnapshot','CommandType','12203361Tthleg','UniverSheets','UniverSheetsExchangeClientPlugin','pluginName','@univerjs/core','disposeWithMe','470752xDLbZf','_resourceLoaderService','ExchangeFormat','getSheets','values','XLSX','importSheetToSnapshot','_config','4639672YSTYsi','getUnitId','RibbonStartGroup','importFileToUnitId','Failed\x20to\x20transform\x20snapshot\x20to\x20string','DirectExportIcon','_getConfig','exportFileByUnitId','transformSheetBlockMetaToString','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','2930390mWUMsD','UniverUi','rev','importFileToSnapshot','open'];_0x29e0=function(){return _0x4d747b;};return _0x29e0();}function _0x3cb3(_0x29a63d,_0x4e161a){_0x29a63d=_0x29a63d-0xd0;const _0x29e04c=_0x29e0();let _0x3cb3d9=_0x29e04c[_0x29a63d];return _0x3cb3d9;}(function(_0x1c5949,_0x445114){const _0x4c9b9b=_0x3cb3,_0x37f601=_0x1c5949();while(!![]){try{const _0x54bfdc=parseInt(_0x4c9b9b(0xec))/0x1+parseInt(_0x4c9b9b(0x144))/0x2*(-parseInt(_0x4c9b9b(0xfc))/0x3)+parseInt(_0x4c9b9b(0x126))/0x4+parseInt(_0x4c9b9b(0x138))/0x5+parseInt(_0x4c9b9b(0xe5))/0x6*(-parseInt(_0x4c9b9b(0x10c))/0x7)+-parseInt(_0x4c9b9b(0x12e))/0x8+parseInt(_0x4c9b9b(0x120))/0x9;if(_0x54bfdc===_0x445114)break;else _0x37f601['push'](_0x37f601['shift']());}catch(_0x421bf7){_0x37f601['push'](_0x37f601['shift']());}}}(_0x29e0,0xa1fd8),function(_0x22061e,_0x588707){const _0x43e95c=_0x3cb3;typeof exports==_0x43e95c(0x105)&&typeof module<'u'?_0x588707(exports,require('@univerjs/ui'),require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs-pro/collaboration'),require('@univerjs/sheets'),require('@univerjs/sheets-ui'),require('@univerjs-pro/license')):typeof define=='function'&&define['amd']?define([_0x43e95c(0x10e),'@univerjs/ui',_0x43e95c(0x110),_0x43e95c(0x124),_0x43e95c(0xdb),_0x43e95c(0x10a),'@univerjs/sheets-ui',_0x43e95c(0xd9)],_0x588707):(_0x22061e=typeof globalThis<'u'?globalThis:_0x22061e||self,_0x588707(_0x22061e[_0x43e95c(0xea)]={},_0x22061e[_0x43e95c(0x139)],_0x22061e[_0x43e95c(0x107)],_0x22061e[_0x43e95c(0xe4)],_0x22061e['UniverProCollaboration'],_0x22061e[_0x43e95c(0x121)],_0x22061e[_0x43e95c(0x13f)],_0x22061e[_0x43e95c(0x150)]));}(this,function(_0x492784,_0x4daa3f,_0xd7827f,_0x5779b0,_0x43768f,_0x11402c,_0x1d966e,_0x3ab17f){const _0x77f4ee=_0x3cb3;Object['defineProperty'](_0x492784,Symbol[_0x77f4ee(0xe2)],{'value':_0x77f4ee(0xe6)});let _0x1d0b7e={'minSheetRowCount':0x1,'minSheetColumnCount':0x1,'disableCellImageConversion':!0x0};function _0x5b4bb9(_0x44bf55,_0x25fd9e){return function(_0x3e8382,_0x397a25){_0x25fd9e(_0x3e8382,_0x397a25,_0x44bf55);};}function _0xde4368(_0x5e6388,_0x7ef3ef,_0x35e81f,_0x58e470){const _0x348f73=_0x77f4ee;var _0x10b247=arguments[_0x348f73(0xe3)],_0x372094=_0x10b247<0x3?_0x7ef3ef:_0x58e470===null?_0x58e470=Object[_0x348f73(0x143)](_0x7ef3ef,_0x35e81f):_0x58e470,_0x55c1da;if(typeof Reflect==_0x348f73(0x105)&&typeof Reflect['decorate']=='function')_0x372094=Reflect[_0x348f73(0x15e)](_0x5e6388,_0x7ef3ef,_0x35e81f,_0x58e470);else{for(var _0x304f80=_0x5e6388[_0x348f73(0xe3)]-0x1;_0x304f80>=0x0;_0x304f80--)(_0x55c1da=_0x5e6388[_0x304f80])&&(_0x372094=(_0x10b247<0x3?_0x55c1da(_0x372094):_0x10b247>0x3?_0x55c1da(_0x7ef3ef,_0x35e81f,_0x372094):_0x55c1da(_0x7ef3ef,_0x35e81f))||_0x372094);}return _0x10b247>0x3&&_0x372094&&Object[_0x348f73(0x115)](_0x7ef3ef,_0x35e81f,_0x372094),_0x372094;}let _0x17947e=(0x0,_0x5779b0[_0x77f4ee(0xd7)])('sheets-exchange-client.sheet-exchange.service'),_0x38c96b=class{constructor(_0x41efdc,_0x51167e){const _0x5ea421=_0x77f4ee;this['_exchangeService']=_0x41efdc,this[_0x5ea421(0x14d)]=_0x51167e;}[_0x77f4ee(0xfa)](_0x4eb2c4){const _0x438778=_0x77f4ee;let _0x5da05d=this[_0x438778(0xe7)]();return this[_0x438778(0xdf)][_0x438778(0x131)](_0x4eb2c4,_0x5779b0[_0x438778(0xd0)]['UNIVER_SHEET'],{'sheet':_0x5da05d});}async['importSheetToSnapshot'](_0x1ef112){const _0x18b676=_0x77f4ee;let _0x542830=this[_0x18b676(0xe7)](),_0x4cbf97=await this['_exchangeService'][_0x18b676(0x108)](_0x1ef112,_0x5779b0['UniverInstanceType'][_0x18b676(0xf1)],{'sheet':_0x542830});return _0x4cbf97?this['transformSnapshotJsonToWorkbookData'](_0x4cbf97):void 0x0;}[_0x77f4ee(0xff)](_0x3ba362,_0x43f152=_0xd7827f['ExchangeFormat'][_0x77f4ee(0x12b)],_0x19b1f9){const _0x4cca1d=_0x77f4ee;let _0x44b73a=this[_0x4cca1d(0xd4)](_0x43f152,_0x19b1f9);return this['_exchangeService'][_0x4cca1d(0x135)](_0x3ba362,_0x5779b0['UniverInstanceType'][_0x4cca1d(0xf1)],_0x43f152,{'sheet':_0x44b73a});}async['exportSheetBySnapshot'](_0x5dd960,_0x820db5=_0xd7827f[_0x77f4ee(0x128)][_0x77f4ee(0x12b)],_0x124871){const _0x1d1c09=_0x77f4ee;let _0x236e2e=await this[_0x1d1c09(0x11a)](_0x5dd960),_0x1f9606=this[_0x1d1c09(0xd4)](_0x820db5,_0x124871);return this[_0x1d1c09(0xdf)][_0x1d1c09(0xdc)](_0x236e2e,_0x5779b0[_0x1d1c09(0xd0)][_0x1d1c09(0xf1)],_0x820db5,{'sheet':_0x1f9606});}[_0x77f4ee(0x14b)](_0x3a7cbb){const _0xbe9de8=_0x77f4ee;let _0x969664=Object[_0xbe9de8(0x12a)](_0x3a7cbb['sheetBlocks']||{})['map'](_0xa1a578=>({..._0xa1a578,'data':_0xa1a578[_0xbe9de8(0x147)]?JSON[_0xbe9de8(0x14f)]((0x0,_0x43768f['b64DecodeUnicode'])(_0xa1a578[_0xbe9de8(0x147)])):void 0x0}));return(0x0,_0x43768f[_0xbe9de8(0x155)])(_0x3a7cbb[_0xbe9de8(0x11b)],_0x969664);}async[_0x77f4ee(0x11a)](_0x5b46ed){const _0x439c60=_0x77f4ee;let _0x441301={'metadata':void 0x0},_0xa7332f=new _0xd7827f[(_0x439c60(0x116))](),{snapshot:_0x31d24d}=await(0x0,_0x43768f[_0x439c60(0x11e)])(_0x441301,_0x5b46ed,_0x5b46ed['id'],_0x5b46ed[_0x439c60(0x13a)]??0x0,_0xa7332f),_0x3169ef=(0x0,_0xd7827f[_0x439c60(0x102)])(_0x31d24d);if(!_0x3169ef)throw Error(_0x439c60(0x132));return{'snapshot':_0x3169ef,'sheetBlocks':(0x0,_0xd7827f[_0x439c60(0x136)])(await(0x0,_0x43768f['getSheetBlocksFromSnapshot'])(_0x31d24d,_0xa7332f))};}[_0x77f4ee(0x134)](){const _0x20a4f6=_0x77f4ee;return this['_configService'][_0x20a4f6(0xe9)](_0x20a4f6(0xf9))??_0x1d0b7e;}[_0x77f4ee(0xe7)](){const _0x1e88d2=_0x77f4ee;let {minSheetRowCount:_0x3e6203,minSheetColumnCount:_0x1e8cbf}=this[_0x1e88d2(0x134)]();return{'minSheetRowCount':_0x3e6203,'minSheetColumnCount':_0x1e8cbf};}['_createExportOptions'](_0x536fbf,_0x2b338a){const _0x517373=_0x77f4ee;let {disableCellImageConversion:_0x45a28e}=this[_0x517373(0x134)]();return{'useImageUrl':_0x45a28e,..._0x536fbf!==_0xd7827f[_0x517373(0x128)][_0x517373(0x12b)]&&_0x2b338a?{'csv':{'sheetId':_0x2b338a}}:{}};}};_0x38c96b=_0xde4368([_0x5b4bb9(0x0,(0x0,_0x5779b0['Inject'])(_0xd7827f[_0x77f4ee(0x15b)])),_0x5b4bb9(0x1,_0x5779b0[_0x77f4ee(0x11c)])],_0x38c96b);let _0x29731f=(0x0,_0x5779b0[_0x77f4ee(0xd7)])(_0x77f4ee(0x145)),_0x2c3a23=class{constructor(_0x52fbbf,_0x2adf8f,_0x14a332,_0x6978fe){const _0x41ab13=_0x77f4ee;this['_sheetExchangeService']=_0x52fbbf,this[_0x41ab13(0xf0)]=_0x2adf8f,this[_0x41ab13(0x159)]=_0x14a332,this[_0x41ab13(0x127)]=_0x6978fe;}[_0x77f4ee(0xfa)](){const _0x3943c8=_0x77f4ee;return this[_0x3943c8(0xf0)]['importFileToUnitId'](_0x5779b0[_0x3943c8(0xd0)][_0x3943c8(0xf1)],_0x5fcca9=>this[_0x3943c8(0x152)]['importSheetToUnitId'](_0x5fcca9));}[_0x77f4ee(0x12c)](){const _0x3ca9c7=_0x77f4ee;return this['_exchangeOperateService'][_0x3ca9c7(0x13b)](_0x5779b0[_0x3ca9c7(0xd0)][_0x3ca9c7(0xf1)],_0x561aeb=>this[_0x3ca9c7(0x152)][_0x3ca9c7(0x12c)](_0x561aeb));}[_0x77f4ee(0xff)](_0x56ceb0,_0x533db4,_0x80fb5d=_0xd7827f[_0x77f4ee(0x128)][_0x77f4ee(0x12b)],_0x28f8dd){const _0x23ba91=_0x77f4ee;let _0x461811=this[_0x23ba91(0x114)]();return this[_0x23ba91(0xf0)]['exportFile'](()=>this[_0x23ba91(0x152)][_0x23ba91(0xff)](_0x56ceb0??_0x461811[_0x23ba91(0x12f)](),_0x80fb5d,_0x28f8dd),_0x533db4??_0x461811[_0x23ba91(0x14c)]()[_0x23ba91(0xd3)],_0x80fb5d);}[_0x77f4ee(0xd8)](_0x3edfeb=_0xd7827f['ExchangeFormat'][_0x77f4ee(0x12b)],_0x107291){const _0x385e54=_0x77f4ee;let _0x10999d=this[_0x385e54(0x114)](),_0xb23974=this[_0x385e54(0x127)]['saveUnit'](_0x10999d[_0x385e54(0x12f)]())??_0x10999d[_0x385e54(0x14c)]();return this['_exchangeOperateService'][_0x385e54(0xda)](()=>this['_sheetExchangeService'][_0x385e54(0xd8)](_0xb23974,_0x3edfeb,_0x107291),_0xb23974[_0x385e54(0xd3)],_0x3edfeb);}[_0x77f4ee(0x114)](){const _0x39ee6b=_0x77f4ee;let _0x2be008=this['_univerInstanceService'][_0x39ee6b(0x154)](_0x5779b0[_0x39ee6b(0xd0)][_0x39ee6b(0xf1)]);if(!_0x2be008)throw Error(_0x39ee6b(0x153)+_0x5779b0['UniverInstanceType'][_0x39ee6b(0xf1)]+'\x20is\x20currently\x20active.');return _0x2be008;}};_0x2c3a23=_0xde4368([_0x5b4bb9(0x0,(0x0,_0x5779b0[_0x77f4ee(0x13e)])(_0x17947e)),_0x5b4bb9(0x1,(0x0,_0x5779b0[_0x77f4ee(0x13e)])(_0xd7827f[_0x77f4ee(0x100)])),_0x5b4bb9(0x2,_0x5779b0[_0x77f4ee(0xf8)]),_0x5b4bb9(0x3,_0x5779b0[_0x77f4ee(0xd5)])],_0x2c3a23);function _0x72097a(_0x18b696){const _0x4bf774=_0x77f4ee;var _0x48e5bc,_0x59c838;return{'selectedId':((_0x48e5bc=_0x18b696['getActiveSheet'](!0x0))==null?void 0x0:_0x48e5bc[_0x4bf774(0x15a)]())??((_0x59c838=_0x18b696[_0x4bf774(0x129)]()[0x0])==null?void 0x0:_0x59c838['getSheetId']())??'','items':_0x18b696[_0x4bf774(0x129)]()[_0x4bf774(0xd1)](_0x1522f1=>({'label':_0x1522f1['getName'](),'value':_0x1522f1[_0x4bf774(0x15a)]()}))};}let _0x41aff9={'id':_0x77f4ee(0xee),'type':_0x5779b0[_0x77f4ee(0x11f)][_0x77f4ee(0x103)],'handler':async _0x2d0075=>{const _0x4d3d1b=_0x77f4ee;let _0x1a6ff5=_0x2d0075[_0x4d3d1b(0x11d)](_0x29731f);return(0x0,_0xd7827f[_0x4d3d1b(0xfe)])(_0x2d0075,_0x5779b0['UniverInstanceType'][_0x4d3d1b(0xf1)])?await _0x1a6ff5['importSheetToUnitId']():await _0x1a6ff5[_0x4d3d1b(0x12c)](),!0x0;}},_0x4fcff1={'id':_0x77f4ee(0x109),'type':_0x5779b0[_0x77f4ee(0x11f)][_0x77f4ee(0x103)],'handler':async(_0x4d1b9c,_0x491e0e)=>{const _0xdf84cf=_0x77f4ee;if(!_0x491e0e)return!0x1;let _0x2de5d8=_0x4d1b9c[_0xdf84cf(0x11d)](_0x29731f);return(0x0,_0xd7827f[_0xdf84cf(0xfe)])(_0x4d1b9c,_0x5779b0[_0xdf84cf(0xd0)][_0xdf84cf(0xf1)])?await _0x2de5d8['exportSheetByUnitId'](void 0x0,void 0x0,_0x491e0e[_0xdf84cf(0x158)],_0x491e0e[_0xdf84cf(0xde)]):await _0x2de5d8[_0xdf84cf(0xd8)](_0x491e0e[_0xdf84cf(0x158)],_0x491e0e[_0xdf84cf(0xde)]),!0x0;}},_0x1a34f5={'id':'sheets-exchange-client.operation.export-sheet','type':_0x5779b0[_0x77f4ee(0x11f)][_0x77f4ee(0x103)],'handler':_0x4c67cb=>{const _0x1eb162=_0x77f4ee;let _0x186ea3=_0x4c67cb['get'](_0x5779b0['IUniverInstanceService'])[_0x1eb162(0x154)](_0x5779b0[_0x1eb162(0xd0)][_0x1eb162(0xf1)]);if(!_0x186ea3)return!0x1;let _0x33a53b=_0x72097a(_0x186ea3),_0x3a38ff=_0x4c67cb[_0x1eb162(0x11d)](_0x4daa3f[_0x1eb162(0xd6)]),_0x5725be=_0x4c67cb[_0x1eb162(0x11d)](_0x5779b0[_0x1eb162(0x14a)]),_0x523a73=_0x4c67cb[_0x1eb162(0x11d)](_0x5779b0[_0x1eb162(0x146)]),_0x4c4521=null,_0x187e99=()=>{const _0x22b7c7=_0x1eb162;_0x4c4521==null||_0x4c4521[_0x22b7c7(0x113)](),_0x4c4521=null;};return _0x4c4521=_0x3a38ff[_0x1eb162(0x13c)]({'id':'sheets-exchange-client.dialog.export-format','title':{'title':_0x523a73['t'](_0x1eb162(0xf2))},'width':0x1a4,'draggable':!0x1,'mask':!0x0,'maskClosable':!0x1,'children':{'label':{'name':_0xd7827f['EXPORT_FORMAT_DIALOG'],'props':{'formats':[_0xd7827f[_0x1eb162(0x128)][_0x1eb162(0x12b)],_0xd7827f['ExchangeFormat']['CSV'],_0xd7827f['ExchangeFormat'][_0x1eb162(0xf5)]],..._0x33a53b,'onCancel':_0x187e99,'onConfirm':async(_0x252eda,_0x5ab2d8)=>{const _0x208922=_0x1eb162;await _0x5725be[_0x208922(0x156)](_0x4fcff1['id'],{'format':_0x252eda,'sheetId':_0x5ab2d8}),_0x187e99();}}}},'onClose':_0x187e99}),!0x0;}},_0x2e3c09='sheets-exchange-client.operation.exchange';function _0x3262bc(_0x1b37f1){const _0x2a1fd4=_0x77f4ee;return{'id':_0x2e3c09,'type':_0x4daa3f[_0x2a1fd4(0x149)][_0x2a1fd4(0xf6)],'icon':_0x2a1fd4(0x133),'tooltip':_0x2a1fd4(0xeb),'hidden$':(0x0,_0x4daa3f[_0x2a1fd4(0x112)])(_0x1b37f1,_0x5779b0['UniverInstanceType']['UNIVER_SHEET']),'disabled$':(0x0,_0x1d966e[_0x2a1fd4(0xf4)])(_0x1b37f1,{'workbookTypes':[_0x11402c[_0x2a1fd4(0xdd)]]})};}function _0x53b8a1(){const _0x2b48ea=_0x77f4ee;return{'id':_0x41aff9['id'],'type':_0x4daa3f['MenuItemType'][_0x2b48ea(0x117)],'title':_0x2b48ea(0xef),'icon':'FolderIcon'};}function _0x3402de(){const _0x32f1=_0x77f4ee;return{'id':_0x1a34f5['id'],'type':_0x4daa3f[_0x32f1(0x149)][_0x32f1(0x117)],'title':_0x32f1(0xf2),'icon':_0x32f1(0x15c)};}let _0x486dcb={[_0x4daa3f[_0x77f4ee(0x130)][_0x77f4ee(0x10f)]]:{[_0x2e3c09]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x3262bc,[_0x41aff9['id']]:{'order':0x0,'menuItemFactory':_0x53b8a1},[_0x1a34f5['id']]:{'order':0x1,'menuItemFactory':_0x3402de}}}};var _0x144d5c=_0x77f4ee(0x13d),_0x1a5de5=_0x77f4ee(0x106);let _0x426913=class extends _0x5779b0['Disposable']{constructor(_0xd53eb5,_0x2a020f){const _0x5f1f94=_0x77f4ee;super(),this[_0x5f1f94(0xed)]=_0xd53eb5,this[_0x5f1f94(0x111)]=_0x2a020f,this[_0x5f1f94(0xe0)](),this[_0x5f1f94(0xd2)]();}[_0x77f4ee(0xe0)](){[_0x41aff9,_0x1a34f5,_0x4fcff1]['forEach'](_0x5c3ab3=>{const _0x50e5e7=_0x3cb3;this[_0x50e5e7(0x125)](this[_0x50e5e7(0xed)][_0x50e5e7(0xf7)](_0x5c3ab3));});}[_0x77f4ee(0xd2)](){const _0x551781=_0x77f4ee;this['_menuManagerService'][_0x551781(0xe8)](_0x486dcb);}};_0x426913=_0xde4368([_0x5b4bb9(0x0,_0x5779b0[_0x77f4ee(0x14a)]),_0x5b4bb9(0x1,_0x4daa3f[_0x77f4ee(0xf3)])],_0x426913);function _0xaeca38(_0xbcb873){'@babel/helpers - typeof';const _0x59e274=_0x77f4ee;return _0xaeca38=typeof Symbol=='function'&&typeof Symbol['iterator']==_0x59e274(0xe1)?function(_0x5a3aab){return typeof _0x5a3aab;}:function(_0x45d2ed){const _0x48ad6a=_0x59e274;return _0x45d2ed&&typeof Symbol==_0x48ad6a(0x14e)&&_0x45d2ed[_0x48ad6a(0x104)]===Symbol&&_0x45d2ed!==Symbol['prototype']?'symbol':typeof _0x45d2ed;},_0xaeca38(_0xbcb873);}function _0xe93a7a(_0x3f5c4c,_0x323656){const _0x2d3e5d=_0x77f4ee;if(_0xaeca38(_0x3f5c4c)!='object'||!_0x3f5c4c)return _0x3f5c4c;var _0x29bedd=_0x3f5c4c[Symbol[_0x2d3e5d(0x148)]];if(_0x29bedd!==void 0x0){var _0x2798f2=_0x29bedd['call'](_0x3f5c4c,_0x323656||'default');if(_0xaeca38(_0x2798f2)!=_0x2d3e5d(0x105))return _0x2798f2;throw TypeError(_0x2d3e5d(0x137));}return(_0x323656===_0x2d3e5d(0x119)?String:Number)(_0x3f5c4c);}function _0x29eb21(_0x1ebcd3){const _0x43f4f4=_0x77f4ee;var _0x32445b=_0xe93a7a(_0x1ebcd3,_0x43f4f4(0x119));return _0xaeca38(_0x32445b)==_0x43f4f4(0xe1)?_0x32445b:_0x32445b+'';}function _0xed4e53(_0x3a2353,_0x5d7542,_0x15a036){return(_0x5d7542=_0x29eb21(_0x5d7542))in _0x3a2353?Object['defineProperty'](_0x3a2353,_0x5d7542,{'value':_0x15a036,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x3a2353[_0x5d7542]=_0x15a036,_0x3a2353;}let _0x1bc852=class extends _0x5779b0[_0x77f4ee(0x157)]{constructor(_0x31dfb3=_0x1d0b7e,_0x410e30,_0x56588a){const _0x5362cc=_0x77f4ee;super(),this[_0x5362cc(0x12d)]=_0x31dfb3,this[_0x5362cc(0x10d)]=_0x410e30,this['_configService']=_0x56588a;let {menu:_0x159413,..._0x1aa49b}=(0x0,_0x5779b0['merge'])({},_0x1d0b7e,this[_0x5362cc(0x12d)]);_0x159413&&this['_configService'][_0x5362cc(0x10b)](_0x5362cc(0x142),_0x159413,{'merge':!0x0}),this[_0x5362cc(0x14d)][_0x5362cc(0x10b)](_0x5362cc(0xf9),_0x1aa49b);}['onStarting'](){const _0x4720fd=_0x77f4ee;[[_0x17947e,{'useClass':_0x38c96b}],[_0x29731f,{'useClass':_0x2c3a23}],[_0x426913]]['forEach'](_0x39d17f=>this[_0x4720fd(0x10d)][_0x4720fd(0xfd)](_0x39d17f));}[_0x77f4ee(0xfb)](){const _0x28f8c2=_0x77f4ee;this[_0x28f8c2(0x10d)][_0x28f8c2(0x11d)](_0x426913);}};_0xed4e53(_0x1bc852,_0x77f4ee(0x123),'SHEET_EXCHANGE_CLIENT_PLUGIN'),_0xed4e53(_0x1bc852,_0x77f4ee(0x151),_0x144d5c),_0xed4e53(_0x1bc852,_0x77f4ee(0x101),_0x1a5de5),_0xed4e53(_0x1bc852,'type',_0x5779b0[_0x77f4ee(0xd0)][_0x77f4ee(0xf1)]),_0x1bc852=_0xde4368([(0x0,_0x5779b0[_0x77f4ee(0x15d)])(_0x3ab17f[_0x77f4ee(0x118)],_0xd7827f['UniverExchangeClientPlugin']),_0x5b4bb9(0x1,(0x0,_0x5779b0[_0x77f4ee(0x13e)])(_0x5779b0[_0x77f4ee(0x140)])),_0x5b4bb9(0x2,_0x5779b0[_0x77f4ee(0x11c)])],_0x1bc852),_0x492784[_0x77f4ee(0x141)]=_0x17947e,_0x492784['SheetsExchangeClientMenuSchema']=_0x486dcb,Object[_0x77f4ee(0x115)](_0x492784,_0x77f4ee(0x122),{'enumerable':!0x0,'get':function(){return _0x1bc852;}});}));
@@ -1 +1 @@
1
- function _0x4122(_0x394562,_0x52bb17){_0x394562=_0x394562-0xd3;var _0x12be4b=_0x12be();var _0x412264=_0x12be4b[_0x394562];return _0x412264;}(function(_0x3531ee,_0x5347e1){var _0x4d2a25=_0x4122,_0x3940cb=_0x3531ee();while(!![]){try{var _0x359752=parseInt(_0x4d2a25(0xdc))/0x1+parseInt(_0x4d2a25(0xd4))/0x2+-parseInt(_0x4d2a25(0xdd))/0x3+-parseInt(_0x4d2a25(0xde))/0x4*(parseInt(_0x4d2a25(0xdb))/0x5)+parseInt(_0x4d2a25(0xd3))/0x6*(-parseInt(_0x4d2a25(0xd7))/0x7)+parseInt(_0x4d2a25(0xdf))/0x8*(parseInt(_0x4d2a25(0xd6))/0x9)+parseInt(_0x4d2a25(0xd9))/0xa;if(_0x359752===_0x5347e1)break;else _0x3940cb['push'](_0x3940cb['shift']());}catch(_0x2d821f){_0x3940cb['push'](_0x3940cb['shift']());}}}(_0x12be,0xef7fb),function(_0x12b8e4,_0x24be12){var _0x2a6aa0=_0x4122;typeof exports=='object'&&typeof module<'u'?module[_0x2a6aa0(0xda)]=_0x24be12():typeof define==_0x2a6aa0(0xd8)&&define[_0x2a6aa0(0xd5)]?define([],_0x24be12):(_0x12b8e4=typeof globalThis<'u'?globalThis:_0x12b8e4||self,_0x12b8e4['UniverProSheetsExchangeClientArSA']=_0x24be12());}(this,function(){return{'sheets-exchange-client':{'file':'ملف','upload':'فتح\x20(ملف)','download':'حفظ\x20باسم'}};}));function _0x12be(){var _0x5f225d=['347058enYhYO','2874540LiRUWp','amd','8526429tbguiz','112SdgBJw','function','1688000ynawUn','exports','5KvHuzs','1768947gZbWYv','4807128lIBQMe','3254188mGHxEW','8xbpKKQ'];_0x12be=function(){return _0x5f225d;};return _0x12be();}
1
+ function _0x5440(_0x5c4801,_0xe59160){_0x5c4801=_0x5c4801-0x133;var _0x29ef3a=_0x29ef();var _0x54401d=_0x29ef3a[_0x5c4801];return _0x54401d;}function _0x29ef(){var _0x2d0fe6=['49820VPbUkM','18kvOLMw','2595496kbMkTZ','434357xyCMIs','UniverProSheetsExchangeClientArSA','1617wZMUrN','753345aJKPKS','object','ملف','73539oMBZZh','490LfbnzE','amd','3455082JqIUmC','exports'];_0x29ef=function(){return _0x2d0fe6;};return _0x29ef();}(function(_0x3506af,_0x5e9774){var _0x414f6f=_0x5440,_0x398186=_0x3506af();while(!![]){try{var _0x5e81f5=-parseInt(_0x414f6f(0x138))/0x1+-parseInt(_0x414f6f(0x139))/0x2*(parseInt(_0x414f6f(0x134))/0x3)+parseInt(_0x414f6f(0x13d))/0x4+-parseInt(_0x414f6f(0x135))/0x5+parseInt(_0x414f6f(0x13e))/0x6*(-parseInt(_0x414f6f(0x140))/0x7)+parseInt(_0x414f6f(0x13f))/0x8+parseInt(_0x414f6f(0x13b))/0x9;if(_0x5e81f5===_0x5e9774)break;else _0x398186['push'](_0x398186['shift']());}catch(_0x335b89){_0x398186['push'](_0x398186['shift']());}}}(_0x29ef,0x2b8c6),function(_0x272971,_0x1b0dad){var _0x4f1bc1=_0x5440;typeof exports==_0x4f1bc1(0x136)&&typeof module<'u'?module[_0x4f1bc1(0x13c)]=_0x1b0dad():typeof define=='function'&&define[_0x4f1bc1(0x13a)]?define([],_0x1b0dad):(_0x272971=typeof globalThis<'u'?globalThis:_0x272971||self,_0x272971[_0x4f1bc1(0x133)]=_0x1b0dad());}(this,function(){var _0x1374f6=_0x5440;return{'sheets-exchange-client':{'file':_0x1374f6(0x137),'upload':'فتح\x20(ملف)','download':'حفظ\x20باسم'}};}));
@@ -1 +1 @@
1
- function _0x515c(){var _0x248bb0=['function','494309HaNelA','1324884xftHlb','8PzEoyX','48BBsYTV','880512FivSMz','259495gkfoUy','exports','6267105LvGkAF','245333CeMUNh','4KFGxEd','Obrir(Fitxer)','UniverProSheetsExchangeClientCaES','5746349bVKfvt','130NOofyh','amd'];_0x515c=function(){return _0x248bb0;};return _0x515c();}function _0x419f(_0x333efa,_0x95b43b){_0x333efa=_0x333efa-0x168;var _0x515c0c=_0x515c();var _0x419fa7=_0x515c0c[_0x333efa];return _0x419fa7;}(function(_0x1d110a,_0x569b8a){var _0x326403=_0x419f,_0x244f8d=_0x1d110a();while(!![]){try{var _0x30ea79=parseInt(_0x326403(0x170))/0x1*(-parseInt(_0x326403(0x169))/0x2)+parseInt(_0x326403(0x171))/0x3+parseInt(_0x326403(0x174))/0x4+parseInt(_0x326403(0x175))/0x5*(parseInt(_0x326403(0x173))/0x6)+-parseInt(_0x326403(0x16c))/0x7*(-parseInt(_0x326403(0x172))/0x8)+-parseInt(_0x326403(0x177))/0x9+-parseInt(_0x326403(0x16d))/0xa*(-parseInt(_0x326403(0x168))/0xb);if(_0x30ea79===_0x569b8a)break;else _0x244f8d['push'](_0x244f8d['shift']());}catch(_0x454fcd){_0x244f8d['push'](_0x244f8d['shift']());}}}(_0x515c,0x7ac2f),function(_0x2268e6,_0x246ef9){var _0x22ed07=_0x419f;typeof exports=='object'&&typeof module<'u'?module[_0x22ed07(0x176)]=_0x246ef9():typeof define==_0x22ed07(0x16f)&&define[_0x22ed07(0x16e)]?define([],_0x246ef9):(_0x2268e6=typeof globalThis<'u'?globalThis:_0x2268e6||self,_0x2268e6[_0x22ed07(0x16b)]=_0x246ef9());}(this,function(){var _0x4cb124=_0x419f;return{'sheets-exchange-client':{'file':'Fitxer','upload':_0x4cb124(0x16a),'download':'Anomena\x20i\x20desa'}};}));
1
+ function _0x1438(){var _0x34ba1b=['Obrir(Fitxer)','5544021csNWlj','UniverProSheetsExchangeClientCaES','amd','152veWtlt','1845972NRFLBw','1465EFSJKd','1584970VHZPKk','exports','7809552nILuxC','object','139034oXJzDG','function','53892513XXhIYh','10568vJNxWA','Anomena\x20i\x20desa'];_0x1438=function(){return _0x34ba1b;};return _0x1438();}function _0x10b8(_0x473a28,_0x53b2af){_0x473a28=_0x473a28-0x1ce;var _0x1438d7=_0x1438();var _0x10b8a9=_0x1438d7[_0x473a28];return _0x10b8a9;}(function(_0x15166f,_0x24d2c7){var _0x18f5d1=_0x10b8,_0x44df92=_0x15166f();while(!![]){try{var _0x462672=parseInt(_0x18f5d1(0x1d6))/0x1+parseInt(_0x18f5d1(0x1d8))/0x2+parseInt(_0x18f5d1(0x1d2))/0x3+parseInt(_0x18f5d1(0x1cf))/0x4*(parseInt(_0x18f5d1(0x1d7))/0x5)+parseInt(_0x18f5d1(0x1da))/0x6+parseInt(_0x18f5d1(0x1dc))/0x7*(parseInt(_0x18f5d1(0x1d5))/0x8)+-parseInt(_0x18f5d1(0x1ce))/0x9;if(_0x462672===_0x24d2c7)break;else _0x44df92['push'](_0x44df92['shift']());}catch(_0x4e8703){_0x44df92['push'](_0x44df92['shift']());}}}(_0x1438,0xe84bb),function(_0x334b01,_0x5256f0){var _0xdf6195=_0x10b8;typeof exports==_0xdf6195(0x1db)&&typeof module<'u'?module[_0xdf6195(0x1d9)]=_0x5256f0():typeof define==_0xdf6195(0x1dd)&&define[_0xdf6195(0x1d4)]?define([],_0x5256f0):(_0x334b01=typeof globalThis<'u'?globalThis:_0x334b01||self,_0x334b01[_0xdf6195(0x1d3)]=_0x5256f0());}(this,function(){var _0x2c8486=_0x10b8;return{'sheets-exchange-client':{'file':'Fitxer','upload':_0x2c8486(0x1d1),'download':_0x2c8486(0x1d0)}};}));
@@ -1 +1 @@
1
- function _0x1c3c(){var _0x37faa8=['712056JMeQtf','Öffnen\x20(Datei)','9heooic','4246860oVZNnH','547XPKHGT','2773025GqBvRQ','849420OLuACv','4gWkKHL','function','119790IUSVhz','Datei','63FCNtVt','1934QPQcdu','598890bJuRwD','amd','11SbxDae','object','exports'];_0x1c3c=function(){return _0x37faa8;};return _0x1c3c();}function _0x4904(_0x4bd10a,_0x401e00){_0x4bd10a=_0x4bd10a-0x110;var _0x1c3c0a=_0x1c3c();var _0x490499=_0x1c3c0a[_0x4bd10a];return _0x490499;}(function(_0x355f64,_0x26a86e){var _0x29ae26=_0x4904,_0x17b4ce=_0x355f64();while(!![]){try{var _0x2b1fa6=-parseInt(_0x29ae26(0x118))/0x1*(parseInt(_0x29ae26(0x120))/0x2)+-parseInt(_0x29ae26(0x11a))/0x3+parseInt(_0x29ae26(0x11b))/0x4*(parseInt(_0x29ae26(0x119))/0x5)+parseInt(_0x29ae26(0x11d))/0x6*(parseInt(_0x29ae26(0x11f))/0x7)+parseInt(_0x29ae26(0x114))/0x8*(parseInt(_0x29ae26(0x116))/0x9)+parseInt(_0x29ae26(0x121))/0xa*(-parseInt(_0x29ae26(0x111))/0xb)+parseInt(_0x29ae26(0x117))/0xc;if(_0x2b1fa6===_0x26a86e)break;else _0x17b4ce['push'](_0x17b4ce['shift']());}catch(_0x1f4fdd){_0x17b4ce['push'](_0x17b4ce['shift']());}}}(_0x1c3c,0x4a848),function(_0x14aa36,_0x1696e5){var _0x1430aa=_0x4904;typeof exports==_0x1430aa(0x112)&&typeof module<'u'?module[_0x1430aa(0x113)]=_0x1696e5():typeof define==_0x1430aa(0x11c)&&define[_0x1430aa(0x110)]?define([],_0x1696e5):(_0x14aa36=typeof globalThis<'u'?globalThis:_0x14aa36||self,_0x14aa36['UniverProSheetsExchangeClientDeDE']=_0x1696e5());}(this,function(){var _0x30b04a=_0x4904;return{'sheets-exchange-client':{'file':_0x30b04a(0x11e),'upload':_0x30b04a(0x115),'download':'Speichern\x20unter'}};}));
1
+ function _0x505e(_0x56a0d9,_0x4350b9){_0x56a0d9=_0x56a0d9-0x1e8;var _0x55ebc9=_0x55eb();var _0x505edc=_0x55ebc9[_0x56a0d9];return _0x505edc;}function _0x55eb(){var _0x1478e4=['function','2576046jiqbTH','8bSETyp','308876vGVtxo','Speichern\x20unter','13258701WELbcE','90QNCZCN','127569ENfzjN','299603VSdvKx','3983947KGKiro','1306333aOyLLc','object','amd','Öffnen\x20(Datei)','30olHPeF','exports','8FcWkIE'];_0x55eb=function(){return _0x1478e4;};return _0x55eb();}(function(_0x21085f,_0x5cd1d5){var _0x23f3df=_0x505e,_0x45c673=_0x21085f();while(!![]){try{var _0x40a8ce=-parseInt(_0x23f3df(0x1e8))/0x1+parseInt(_0x23f3df(0x1f0))/0x2*(-parseInt(_0x23f3df(0x1f8))/0x3)+-parseInt(_0x23f3df(0x1f4))/0x4*(-parseInt(_0x23f3df(0x1f7))/0x5)+parseInt(_0x23f3df(0x1f2))/0x6+-parseInt(_0x23f3df(0x1ea))/0x7*(parseInt(_0x23f3df(0x1f3))/0x8)+-parseInt(_0x23f3df(0x1f6))/0x9+parseInt(_0x23f3df(0x1ee))/0xa*(parseInt(_0x23f3df(0x1e9))/0xb);if(_0x40a8ce===_0x5cd1d5)break;else _0x45c673['push'](_0x45c673['shift']());}catch(_0x1c75d2){_0x45c673['push'](_0x45c673['shift']());}}}(_0x55eb,0xbd877),function(_0x148314,_0x271159){var _0x1aa74a=_0x505e;typeof exports==_0x1aa74a(0x1eb)&&typeof module<'u'?module[_0x1aa74a(0x1ef)]=_0x271159():typeof define==_0x1aa74a(0x1f1)&&define[_0x1aa74a(0x1ec)]?define([],_0x271159):(_0x148314=typeof globalThis<'u'?globalThis:_0x148314||self,_0x148314['UniverProSheetsExchangeClientDeDE']=_0x271159());}(this,function(){var _0x59b29a=_0x505e;return{'sheets-exchange-client':{'file':'Datei','upload':_0x59b29a(0x1ed),'download':_0x59b29a(0x1f5)}};}));
@@ -1 +1 @@
1
- (function(_0x5ea008,_0x2bb4e8){var _0x21263=_0x8082,_0x2296ab=_0x5ea008();while(!![]){try{var _0x260ff2=-parseInt(_0x21263(0xba))/0x1*(parseInt(_0x21263(0xb9))/0x2)+-parseInt(_0x21263(0xb6))/0x3+-parseInt(_0x21263(0xb8))/0x4*(parseInt(_0x21263(0xc6))/0x5)+-parseInt(_0x21263(0xbc))/0x6*(parseInt(_0x21263(0xc2))/0x7)+-parseInt(_0x21263(0xbb))/0x8*(-parseInt(_0x21263(0xbf))/0x9)+parseInt(_0x21263(0xc1))/0xa*(-parseInt(_0x21263(0xc0))/0xb)+parseInt(_0x21263(0xb5))/0xc;if(_0x260ff2===_0x2bb4e8)break;else _0x2296ab['push'](_0x2296ab['shift']());}catch(_0x540593){_0x2296ab['push'](_0x2296ab['shift']());}}}(_0x5529,0x381cb),function(_0x12ff9a,_0x38618d){var _0x5ebe31=_0x8082;typeof exports==_0x5ebe31(0xc5)&&typeof module<'u'?module['exports']=_0x38618d():typeof define==_0x5ebe31(0xc3)&&define[_0x5ebe31(0xc7)]?define([],_0x38618d):(_0x12ff9a=typeof globalThis<'u'?globalThis:_0x12ff9a||self,_0x12ff9a[_0x5ebe31(0xb7)]=_0x38618d());}(this,function(){var _0x36e3d7=_0x8082;return{'sheets-exchange-client':{'file':_0x36e3d7(0xbd),'upload':_0x36e3d7(0xbe),'download':_0x36e3d7(0xc4)}};}));function _0x8082(_0x297252,_0x1ec688){_0x297252=_0x297252-0xb5;var _0x552919=_0x5529();var _0x80829e=_0x552919[_0x297252];return _0x80829e;}function _0x5529(){var _0x28e489=['305044cybFDT','98452BxwKeg','6TqOygN','2225144fbKHVp','1434pwUjeD','File','Open(File)','9OcFGDc','33QKDpUc','987670nVzkMX','10997LGEEPN','function','Save\x20As','object','25ASIZsK','amd','18848688Eotonz','811803VQLrtB','UniverProSheetsExchangeClientEnUS'];_0x5529=function(){return _0x28e489;};return _0x5529();}
1
+ (function(_0x3ace66,_0x5e4aef){var _0x4403c9=_0x1d44,_0x47a243=_0x3ace66();while(!![]){try{var _0x5e9ab9=parseInt(_0x4403c9(0x1ec))/0x1+-parseInt(_0x4403c9(0x1e3))/0x2*(parseInt(_0x4403c9(0x1e9))/0x3)+-parseInt(_0x4403c9(0x1de))/0x4*(parseInt(_0x4403c9(0x1ee))/0x5)+parseInt(_0x4403c9(0x1df))/0x6*(-parseInt(_0x4403c9(0x1e4))/0x7)+-parseInt(_0x4403c9(0x1ed))/0x8+parseInt(_0x4403c9(0x1e7))/0x9*(-parseInt(_0x4403c9(0x1ea))/0xa)+parseInt(_0x4403c9(0x1eb))/0xb*(parseInt(_0x4403c9(0x1e5))/0xc);if(_0x5e9ab9===_0x5e4aef)break;else _0x47a243['push'](_0x47a243['shift']());}catch(_0x5a9b47){_0x47a243['push'](_0x47a243['shift']());}}}(_0x50f3,0xde640),function(_0x5f1d41,_0x46dbeb){var _0x3a4adf=_0x1d44;typeof exports==_0x3a4adf(0x1dd)&&typeof module<'u'?module[_0x3a4adf(0x1e1)]=_0x46dbeb():typeof define==_0x3a4adf(0x1dc)&&define[_0x3a4adf(0x1e0)]?define([],_0x46dbeb):(_0x5f1d41=typeof globalThis<'u'?globalThis:_0x5f1d41||self,_0x5f1d41[_0x3a4adf(0x1e8)]=_0x46dbeb());}(this,function(){var _0x10aa14=_0x1d44;return{'sheets-exchange-client':{'file':_0x10aa14(0x1e2),'upload':'Open(File)','download':_0x10aa14(0x1e6)}};}));function _0x1d44(_0x3ccd4f,_0x6a2146){_0x3ccd4f=_0x3ccd4f-0x1dc;var _0x50f364=_0x50f3();var _0x1d4473=_0x50f364[_0x3ccd4f];return _0x1d4473;}function _0x50f3(){var _0x54e2d6=['6csuLLH','49870aHNEZz','2241899zXyPYc','1805485mUHdyT','2714360TtuBKU','33020enjite','function','object','1072JSqKrl','678MZpKge','amd','exports','File','1580968sRttEB','94101IkviWV','348tYNVuT','Save\x20As','2880IWTwxD','UniverProSheetsExchangeClientEnUS'];_0x50f3=function(){return _0x54e2d6;};return _0x50f3();}
@@ -1 +1 @@
1
- (function(_0x4573d3,_0x1f91b7){var _0x44f06c=_0x38af,_0xfeb140=_0x4573d3();while(!![]){try{var _0x34773d=parseInt(_0x44f06c(0x14c))/0x1+-parseInt(_0x44f06c(0x14a))/0x2+parseInt(_0x44f06c(0x141))/0x3+parseInt(_0x44f06c(0x145))/0x4*(parseInt(_0x44f06c(0x14e))/0x5)+-parseInt(_0x44f06c(0x142))/0x6+parseInt(_0x44f06c(0x143))/0x7*(parseInt(_0x44f06c(0x146))/0x8)+parseInt(_0x44f06c(0x14b))/0x9;if(_0x34773d===_0x1f91b7)break;else _0xfeb140['push'](_0xfeb140['shift']());}catch(_0x4be31b){_0xfeb140['push'](_0xfeb140['shift']());}}}(_0x1a77,0x38930),function(_0x2643ec,_0x9cedf3){var _0x4cb93e=_0x38af;typeof exports==_0x4cb93e(0x14d)&&typeof module<'u'?module['exports']=_0x9cedf3():typeof define==_0x4cb93e(0x144)&&define['amd']?define([],_0x9cedf3):(_0x2643ec=typeof globalThis<'u'?globalThis:_0x2643ec||self,_0x2643ec[_0x4cb93e(0x148)]=_0x9cedf3());}(this,function(){var _0x3b45f6=_0x38af;return{'sheets-exchange-client':{'file':_0x3b45f6(0x147),'upload':_0x3b45f6(0x149),'download':'Guardar\x20como'}};}));function _0x38af(_0x4cd9cc,_0x2656d9){_0x4cd9cc=_0x4cd9cc-0x141;var _0x1a7749=_0x1a77();var _0x38af01=_0x1a7749[_0x4cd9cc];return _0x38af01;}function _0x1a77(){var _0x5f5a9c=['object','407980euXDuo','25665NJUiHM','1787712spMFkI','515207Ermbtg','function','8AoiODL','8qJAoSt','Archivo','UniverProSheetsExchangeClientEsES','Abrir(Archivo)','532672sDioUy','4954860CxmIFb','128QuqEEM'];_0x1a77=function(){return _0x5f5a9c;};return _0x1a77();}
1
+ function _0x2a33(_0x1e94df,_0x3e9600){_0x1e94df=_0x1e94df-0x168;var _0x250b7c=_0x250b();var _0x2a337f=_0x250b7c[_0x1e94df];return _0x2a337f;}(function(_0x2af5fc,_0x42c92d){var _0x1b3c6c=_0x2a33,_0x411ecb=_0x2af5fc();while(!![]){try{var _0x5a069b=parseInt(_0x1b3c6c(0x16b))/0x1+parseInt(_0x1b3c6c(0x170))/0x2+-parseInt(_0x1b3c6c(0x16d))/0x3*(-parseInt(_0x1b3c6c(0x175))/0x4)+-parseInt(_0x1b3c6c(0x16e))/0x5+parseInt(_0x1b3c6c(0x176))/0x6*(-parseInt(_0x1b3c6c(0x16c))/0x7)+-parseInt(_0x1b3c6c(0x172))/0x8+-parseInt(_0x1b3c6c(0x168))/0x9*(-parseInt(_0x1b3c6c(0x174))/0xa);if(_0x5a069b===_0x42c92d)break;else _0x411ecb['push'](_0x411ecb['shift']());}catch(_0x30b25d){_0x411ecb['push'](_0x411ecb['shift']());}}}(_0x250b,0xb47e7),function(_0xbde899,_0x37ba81){var _0x388035=_0x2a33;typeof exports=='object'&&typeof module<'u'?module[_0x388035(0x169)]=_0x37ba81():typeof define=='function'&&define[_0x388035(0x16a)]?define([],_0x37ba81):(_0xbde899=typeof globalThis<'u'?globalThis:_0xbde899||self,_0xbde899[_0x388035(0x171)]=_0x37ba81());}(this,function(){var _0x288c6a=_0x2a33;return{'sheets-exchange-client':{'file':_0x288c6a(0x16f),'upload':'Abrir(Archivo)','download':_0x288c6a(0x173)}};}));function _0x250b(){var _0x4ba197=['443805IqrrgO','4136965uNIxYO','Archivo','1994652BxqWhf','UniverProSheetsExchangeClientEsES','11071168rQMOQp','Guardar\x20como','427540CAqcus','32ZqgUED','210984EQJmAu','369wYsBqA','exports','amd','106956rHaNGg','217SwCtSa'];_0x250b=function(){return _0x4ba197;};return _0x250b();}
@@ -1 +1 @@
1
- (function(_0x4b05a5,_0x285512){var _0x5012ea=_0x1eb2,_0x1a5e7f=_0x4b05a5();while(!![]){try{var _0x23a582=parseInt(_0x5012ea(0x18a))/0x1*(parseInt(_0x5012ea(0x18e))/0x2)+-parseInt(_0x5012ea(0x192))/0x3*(parseInt(_0x5012ea(0x190))/0x4)+parseInt(_0x5012ea(0x18b))/0x5*(-parseInt(_0x5012ea(0x18c))/0x6)+parseInt(_0x5012ea(0x186))/0x7+parseInt(_0x5012ea(0x18d))/0x8*(-parseInt(_0x5012ea(0x191))/0x9)+-parseInt(_0x5012ea(0x187))/0xa+parseInt(_0x5012ea(0x193))/0xb*(parseInt(_0x5012ea(0x185))/0xc);if(_0x23a582===_0x285512)break;else _0x1a5e7f['push'](_0x1a5e7f['shift']());}catch(_0x46fcec){_0x1a5e7f['push'](_0x1a5e7f['shift']());}}}(_0x5a2c,0x5b7d0),function(_0x1ba22f,_0x1f4991){var _0x4901d4=_0x1eb2;typeof exports==_0x4901d4(0x18f)&&typeof module<'u'?module[_0x4901d4(0x194)]=_0x1f4991():typeof define=='function'&&define['amd']?define([],_0x1f4991):(_0x1ba22f=typeof globalThis<'u'?globalThis:_0x1ba22f||self,_0x1ba22f['UniverProSheetsExchangeClientFaIR']=_0x1f4991());}(this,function(){var _0x59cc05=_0x1eb2;return{'sheets-exchange-client':{'file':_0x59cc05(0x189),'upload':'بازکردن(فایل)','download':_0x59cc05(0x188)}};}));function _0x1eb2(_0x4a695d,_0x20a226){_0x4a695d=_0x4a695d-0x185;var _0x5a2cf0=_0x5a2c();var _0x1eb2b1=_0x5a2cf0[_0x4a695d];return _0x1eb2b1;}function _0x5a2c(){var _0x387366=['4hrevrQ','2507823PjGROY','1360641ZxLoWu','11BoPVxi','exports','11902524CMoGwQ','819028EqFYTE','3770410pqBlxq','ذخیره\x20به\x20عنوان','فایل','19zCsiYG','284095utmoSB','18dTvfmc','8gLYSAi','57426AglRxg','object'];_0x5a2c=function(){return _0x387366;};return _0x5a2c();}
1
+ function _0x3c6f(_0x7c63b0,_0xdecaf1){_0x7c63b0=_0x7c63b0-0x14d;var _0x5b427a=_0x5b42();var _0x3c6f69=_0x5b427a[_0x7c63b0];return _0x3c6f69;}(function(_0xc1e0fb,_0x55a688){var _0x34d66a=_0x3c6f,_0xf984b2=_0xc1e0fb();while(!![]){try{var _0x2a73cb=-parseInt(_0x34d66a(0x159))/0x1+parseInt(_0x34d66a(0x15b))/0x2*(-parseInt(_0x34d66a(0x14f))/0x3)+-parseInt(_0x34d66a(0x158))/0x4*(-parseInt(_0x34d66a(0x157))/0x5)+-parseInt(_0x34d66a(0x15c))/0x6+-parseInt(_0x34d66a(0x154))/0x7+parseInt(_0x34d66a(0x155))/0x8+parseInt(_0x34d66a(0x151))/0x9*(parseInt(_0x34d66a(0x14d))/0xa);if(_0x2a73cb===_0x55a688)break;else _0xf984b2['push'](_0xf984b2['shift']());}catch(_0x2855ee){_0xf984b2['push'](_0xf984b2['shift']());}}}(_0x5b42,0x77773),function(_0x3fc2f7,_0x18a318){var _0x3d2a9c=_0x3c6f;typeof exports==_0x3d2a9c(0x152)&&typeof module<'u'?module[_0x3d2a9c(0x14e)]=_0x18a318():typeof define==_0x3d2a9c(0x15a)&&define[_0x3d2a9c(0x150)]?define([],_0x18a318):(_0x3fc2f7=typeof globalThis<'u'?globalThis:_0x3fc2f7||self,_0x3fc2f7[_0x3d2a9c(0x153)]=_0x18a318());}(this,function(){var _0x156b5c=_0x3c6f;return{'sheets-exchange-client':{'file':_0x156b5c(0x156),'upload':'بازکردن(فایل)','download':'ذخیره\x20به\x20عنوان'}};}));function _0x5b42(){var _0x6d1dae=['1261083WmVMaW','amd','746136ZVeWfV','object','UniverProSheetsExchangeClientFaIR','5130237inuDji','3892136QkFRnU','فایل','2233365iqMlAN','8qRmFeE','902850AafIzt','function','2MKhYBi','4447332uEemTa','230oFLVrp','exports'];_0x5b42=function(){return _0x6d1dae;};return _0x5b42();}
@@ -1 +1 @@
1
- function _0x4679(){var _0x3d5f39=['amd','function','object','938602OPyqcG','1470519SPDIuA','Enregistrer\x20sous','12007870RemzbV','24oQmXNH','31892BRcNPD','55RQqCaL','449979qojfEE','2hhBGng','Ouvrir\x20(Fichier)','381731VLyHbM','3111688UGYnlO','11MvpDFx'];_0x4679=function(){return _0x3d5f39;};return _0x4679();}function _0x5e9e(_0x1682f9,_0x2f01b2){_0x1682f9=_0x1682f9-0xd5;var _0x4679a9=_0x4679();var _0x5e9e7d=_0x4679a9[_0x1682f9];return _0x5e9e7d;}(function(_0x53ce1d,_0x1f1197){var _0x3cac89=_0x5e9e,_0x1b0985=_0x53ce1d();while(!![]){try{var _0x352caf=-parseInt(_0x3cac89(0xd5))/0x1+parseInt(_0x3cac89(0xe3))/0x2*(-parseInt(_0x3cac89(0xe2))/0x3)+parseInt(_0x3cac89(0xe0))/0x4*(-parseInt(_0x3cac89(0xe1))/0x5)+-parseInt(_0x3cac89(0xdf))/0x6*(parseInt(_0x3cac89(0xdb))/0x7)+parseInt(_0x3cac89(0xd6))/0x8+-parseInt(_0x3cac89(0xdc))/0x9+-parseInt(_0x3cac89(0xde))/0xa*(-parseInt(_0x3cac89(0xd7))/0xb);if(_0x352caf===_0x1f1197)break;else _0x1b0985['push'](_0x1b0985['shift']());}catch(_0x449f48){_0x1b0985['push'](_0x1b0985['shift']());}}}(_0x4679,0x420fa),function(_0x5f1bf1,_0x3310b0){var _0x2df744=_0x5e9e;typeof exports==_0x2df744(0xda)&&typeof module<'u'?module['exports']=_0x3310b0():typeof define==_0x2df744(0xd9)&&define[_0x2df744(0xd8)]?define([],_0x3310b0):(_0x5f1bf1=typeof globalThis<'u'?globalThis:_0x5f1bf1||self,_0x5f1bf1['UniverProSheetsExchangeClientFrFR']=_0x3310b0());}(this,function(){var _0x4e36cc=_0x5e9e;return{'sheets-exchange-client':{'file':'Fichier','upload':_0x4e36cc(0xe4),'download':_0x4e36cc(0xdd)}};}));
1
+ function _0x2d09(_0x244bdb,_0x20fe00){_0x244bdb=_0x244bdb-0xd9;var _0x7e9cc9=_0x7e9c();var _0x2d0997=_0x7e9cc9[_0x244bdb];return _0x2d0997;}(function(_0x5c0a93,_0x107ae0){var _0x2853d5=_0x2d09,_0x24f609=_0x5c0a93();while(!![]){try{var _0x3b4300=parseInt(_0x2853d5(0xdc))/0x1+-parseInt(_0x2853d5(0xe6))/0x2+parseInt(_0x2853d5(0xdb))/0x3*(-parseInt(_0x2853d5(0xdf))/0x4)+-parseInt(_0x2853d5(0xe2))/0x5+parseInt(_0x2853d5(0xe4))/0x6+-parseInt(_0x2853d5(0xde))/0x7*(parseInt(_0x2853d5(0xe1))/0x8)+parseInt(_0x2853d5(0xe0))/0x9;if(_0x3b4300===_0x107ae0)break;else _0x24f609['push'](_0x24f609['shift']());}catch(_0x205ee8){_0x24f609['push'](_0x24f609['shift']());}}}(_0x7e9c,0x3bee1),function(_0x1c7293,_0x5cee58){var _0x28f698=_0x2d09;typeof exports=='object'&&typeof module<'u'?module[_0x28f698(0xe3)]=_0x5cee58():typeof define=='function'&&define[_0x28f698(0xe5)]?define([],_0x5cee58):(_0x1c7293=typeof globalThis<'u'?globalThis:_0x1c7293||self,_0x1c7293[_0x28f698(0xdd)]=_0x5cee58());}(this,function(){var _0x3498e0=_0x2d09;return{'sheets-exchange-client':{'file':_0x3498e0(0xda),'upload':'Ouvrir\x20(Fichier)','download':_0x3498e0(0xd9)}};}));function _0x7e9c(){var _0x50f968=['939988ajXvAn','Enregistrer\x20sous','Fichier','4758Faggsf','77118OdXtBq','UniverProSheetsExchangeClientFrFR','7DJeOzT','20bdyDoC','7891677jFVcrb','9496ZeyWrf','2068075rZzspI','exports','1105368OzKGiz','amd'];_0x7e9c=function(){return _0x50f968;};return _0x7e9c();}
@@ -1 +1 @@
1
- function _0x4e9f(_0x427257,_0x2b56e0){_0x427257=_0x427257-0x16f;var _0x458ea8=_0x458e();var _0x4e9f0c=_0x458ea8[_0x427257];return _0x4e9f0c;}function _0x458e(){var _0x322599=['114860iAYVsV','271645fgyExZ','110792JmemAh','13nCnjOC','File','14951760KctZyN','119Ibhnll','20UaJzab','182124UMUlCU','45apQlvA','Buka(File)','amd','1305799zYjvCn','object','6qoysrk','function','512hPJxfd','exports','Simpan\x20Sebagai','5301BLtukK'];_0x458e=function(){return _0x322599;};return _0x458e();}(function(_0x2931cf,_0x2f11d1){var _0x29f390=_0x4e9f,_0x356dec=_0x2931cf();while(!![]){try{var _0x1c8ad0=parseInt(_0x29f390(0x171))/0x1*(-parseInt(_0x29f390(0x17f))/0x2)+-parseInt(_0x29f390(0x170))/0x3*(parseInt(_0x29f390(0x181))/0x4)+parseInt(_0x29f390(0x172))/0x5+parseInt(_0x29f390(0x179))/0x6*(-parseInt(_0x29f390(0x177))/0x7)+parseInt(_0x29f390(0x173))/0x8*(-parseInt(_0x29f390(0x17a))/0x9)+-parseInt(_0x29f390(0x178))/0xa*(-parseInt(_0x29f390(0x17d))/0xb)+parseInt(_0x29f390(0x176))/0xc*(parseInt(_0x29f390(0x174))/0xd);if(_0x1c8ad0===_0x2f11d1)break;else _0x356dec['push'](_0x356dec['shift']());}catch(_0x5fac44){_0x356dec['push'](_0x356dec['shift']());}}}(_0x458e,0x5d30c),function(_0x395196,_0x4051f4){var _0xca22f4=_0x4e9f;typeof exports==_0xca22f4(0x17e)&&typeof module<'u'?module[_0xca22f4(0x182)]=_0x4051f4():typeof define==_0xca22f4(0x180)&&define[_0xca22f4(0x17c)]?define([],_0x4051f4):(_0x395196=typeof globalThis<'u'?globalThis:_0x395196||self,_0x395196['UniverProSheetsExchangeClientIdID']=_0x4051f4());}(this,function(){var _0x287029=_0x4e9f;return{'sheets-exchange-client':{'file':_0x287029(0x175),'upload':_0x287029(0x17b),'download':_0x287029(0x16f)}};}));
1
+ function _0x44b6(_0x5c086f,_0x208be1){_0x5c086f=_0x5c086f-0xa1;var _0x4c5558=_0x4c55();var _0x44b62d=_0x4c5558[_0x5c086f];return _0x44b62d;}function _0x4c55(){var _0x4056d4=['560007hqDdUl','46iKWbwu','120zjAsqp','123775ZsNawl','3329588NXtUqC','48835daeBWw','exports','1825074gnUMrg','963448IIrNVY','amd','9gUALgJ','Simpan\x20Sebagai','object','function','File','UniverProSheetsExchangeClientIdID','241538JcmAva','410pevJhQ','Buka(File)'];_0x4c55=function(){return _0x4056d4;};return _0x4c55();}(function(_0x306991,_0x435fe8){var _0xac9197=_0x44b6,_0x502bc=_0x306991();while(!![]){try{var _0x154147=-parseInt(_0xac9197(0xaf))/0x1*(-parseInt(_0xac9197(0xab))/0x2)+parseInt(_0xac9197(0xb1))/0x3+parseInt(_0xac9197(0xae))/0x4+-parseInt(_0xac9197(0xad))/0x5*(parseInt(_0xac9197(0xac))/0x6)+-parseInt(_0xac9197(0xaa))/0x7+parseInt(_0xac9197(0xb2))/0x8*(-parseInt(_0xac9197(0xa1))/0x9)+-parseInt(_0xac9197(0xa8))/0xa*(parseInt(_0xac9197(0xa7))/0xb);if(_0x154147===_0x435fe8)break;else _0x502bc['push'](_0x502bc['shift']());}catch(_0x23a5bc){_0x502bc['push'](_0x502bc['shift']());}}}(_0x4c55,0xec5d6),function(_0x4e3f85,_0x38c6bd){var _0x328b02=_0x44b6;typeof exports==_0x328b02(0xa3)&&typeof module<'u'?module[_0x328b02(0xb0)]=_0x38c6bd():typeof define==_0x328b02(0xa4)&&define[_0x328b02(0xb3)]?define([],_0x38c6bd):(_0x4e3f85=typeof globalThis<'u'?globalThis:_0x4e3f85||self,_0x4e3f85[_0x328b02(0xa6)]=_0x38c6bd());}(this,function(){var _0x26ed29=_0x44b6;return{'sheets-exchange-client':{'file':_0x26ed29(0xa5),'upload':_0x26ed29(0xa9),'download':_0x26ed29(0xa2)}};}));
@@ -1 +1 @@
1
- function _0x2241(_0x2ded83,_0x5ea655){_0x2ded83=_0x2ded83-0x113;var _0x5957a7=_0x5957();var _0x2241b8=_0x5957a7[_0x2ded83];return _0x2241b8;}function _0x5957(){var _0xca716f=['object','3GQoUoI','1362216yaYveY','18VyveZW','1591984YAOAur','UniverProSheetsExchangeClientItIT','2104208QaTEZQ','Salva\x20con\x20nome','Apri\x20(File)','3745075nfXcFe','555071zbMnoK','36nJibTl','function','amd','19567500pGUdUy','2249191olAQKr'];_0x5957=function(){return _0xca716f;};return _0x5957();}(function(_0x2e4f5c,_0x3964e5){var _0x11ba14=_0x2241,_0x5959f1=_0x2e4f5c();while(!![]){try{var _0x27f6bf=-parseInt(_0x11ba14(0x122))/0x1+-parseInt(_0x11ba14(0x11e))/0x2+parseInt(_0x11ba14(0x119))/0x3*(-parseInt(_0x11ba14(0x11a))/0x4)+parseInt(_0x11ba14(0x121))/0x5+-parseInt(_0x11ba14(0x11b))/0x6*(-parseInt(_0x11ba14(0x117))/0x7)+-parseInt(_0x11ba14(0x11c))/0x8*(parseInt(_0x11ba14(0x113))/0x9)+parseInt(_0x11ba14(0x116))/0xa;if(_0x27f6bf===_0x3964e5)break;else _0x5959f1['push'](_0x5959f1['shift']());}catch(_0x5586d3){_0x5959f1['push'](_0x5959f1['shift']());}}}(_0x5957,0xe211f),function(_0x5ab0bb,_0x5ae132){var _0x82c972=_0x2241;typeof exports==_0x82c972(0x118)&&typeof module<'u'?module['exports']=_0x5ae132():typeof define==_0x82c972(0x114)&&define[_0x82c972(0x115)]?define([],_0x5ae132):(_0x5ab0bb=typeof globalThis<'u'?globalThis:_0x5ab0bb||self,_0x5ab0bb[_0x82c972(0x11d)]=_0x5ae132());}(this,function(){var _0x51f1fd=_0x2241;return{'sheets-exchange-client':{'file':'File','upload':_0x51f1fd(0x120),'download':_0x51f1fd(0x11f)}};}));
1
+ function _0x344e(_0x8fd38e,_0x28f174){_0x8fd38e=_0x8fd38e-0x139;var _0x3c38da=_0x3c38();var _0x344ebc=_0x3c38da[_0x8fd38e];return _0x344ebc;}(function(_0x325708,_0x54c5d7){var _0x86b04e=_0x344e,_0x1f78b9=_0x325708();while(!![]){try{var _0x1dba38=-parseInt(_0x86b04e(0x146))/0x1*(parseInt(_0x86b04e(0x13b))/0x2)+-parseInt(_0x86b04e(0x13c))/0x3+-parseInt(_0x86b04e(0x13f))/0x4*(parseInt(_0x86b04e(0x139))/0x5)+parseInt(_0x86b04e(0x144))/0x6+parseInt(_0x86b04e(0x145))/0x7+-parseInt(_0x86b04e(0x140))/0x8+parseInt(_0x86b04e(0x13a))/0x9;if(_0x1dba38===_0x54c5d7)break;else _0x1f78b9['push'](_0x1f78b9['shift']());}catch(_0x3f68fa){_0x1f78b9['push'](_0x1f78b9['shift']());}}}(_0x3c38,0xb658c),function(_0x58d0a4,_0x2ee155){var _0x4e467a=_0x344e;typeof exports==_0x4e467a(0x141)&&typeof module<'u'?module['exports']=_0x2ee155():typeof define=='function'&&define[_0x4e467a(0x13d)]?define([],_0x2ee155):(_0x58d0a4=typeof globalThis<'u'?globalThis:_0x58d0a4||self,_0x58d0a4[_0x4e467a(0x13e)]=_0x2ee155());}(this,function(){var _0x51aa48=_0x344e;return{'sheets-exchange-client':{'file':_0x51aa48(0x142),'upload':'Apri\x20(File)','download':_0x51aa48(0x143)}};}));function _0x3c38(){var _0x301a40=['75bRzMJj','2209965ivpkHb','26216262WFnkBb','35290bPTPGr','4457319ORyoTs','amd','UniverProSheetsExchangeClientItIT','4VxaVcp','6616264cRUJwy','object','File','Salva\x20con\x20nome','8801256NefQVM','3116904CScCyR'];_0x3c38=function(){return _0x301a40;};return _0x3c38();}
@@ -1 +1 @@
1
- (function(_0x4bc085,_0x28233c){var _0x27a193=_0xf0bb,_0x29f7bc=_0x4bc085();while(!![]){try{var _0x58d22b=-parseInt(_0x27a193(0x17d))/0x1+parseInt(_0x27a193(0x184))/0x2+-parseInt(_0x27a193(0x17b))/0x3+parseInt(_0x27a193(0x183))/0x4*(parseInt(_0x27a193(0x181))/0x5)+parseInt(_0x27a193(0x185))/0x6+parseInt(_0x27a193(0x17c))/0x7*(parseInt(_0x27a193(0x17e))/0x8)+-parseInt(_0x27a193(0x17a))/0x9*(-parseInt(_0x27a193(0x180))/0xa);if(_0x58d22b===_0x28233c)break;else _0x29f7bc['push'](_0x29f7bc['shift']());}catch(_0x3371f2){_0x29f7bc['push'](_0x29f7bc['shift']());}}}(_0x1858,0xb8cd0),function(_0x590418,_0x90eb57){var _0x52d21c=_0xf0bb;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x90eb57():typeof define=='function'&&define['amd']?define([],_0x90eb57):(_0x590418=typeof globalThis<'u'?globalThis:_0x590418||self,_0x590418[_0x52d21c(0x17f)]=_0x90eb57());}(this,function(){var _0x402f45=_0xf0bb;return{'sheets-exchange-client':{'file':'ファイル','upload':'開く(ファイル)','download':_0x402f45(0x182)}};}));function _0xf0bb(_0xb40984,_0x4d399b){_0xb40984=_0xb40984-0x17a;var _0x185869=_0x1858();var _0xf0bb2d=_0x185869[_0xb40984];return _0xf0bb2d;}function _0x1858(){var _0x4e040e=['45gCXLQS','1671648sxjSJG','576821GxGRXp','1093328GGyDnb','32vDPDyv','UniverProSheetsExchangeClientJaJP','1490830inOlWT','205oudTch','名前を付けて保存','51932JZAYui','310030LrtFBb','3870858GPlqKj'];_0x1858=function(){return _0x4e040e;};return _0x1858();}
1
+ (function(_0xcd56a3,_0x5b4a80){var _0xebc2a2=_0x5601,_0x2d5141=_0xcd56a3();while(!![]){try{var _0x3f9225=parseInt(_0xebc2a2(0x118))/0x1+parseInt(_0xebc2a2(0x117))/0x2+-parseInt(_0xebc2a2(0x119))/0x3+parseInt(_0xebc2a2(0x10b))/0x4+parseInt(_0xebc2a2(0x11a))/0x5*(parseInt(_0xebc2a2(0x10c))/0x6)+-parseInt(_0xebc2a2(0x116))/0x7+-parseInt(_0xebc2a2(0x111))/0x8*(parseInt(_0xebc2a2(0x114))/0x9);if(_0x3f9225===_0x5b4a80)break;else _0x2d5141['push'](_0x2d5141['shift']());}catch(_0x4ee8ad){_0x2d5141['push'](_0x2d5141['shift']());}}}(_0x4232,0xe71a8),function(_0x29aac5,_0x5521c1){var _0x587464=_0x5601;typeof exports==_0x587464(0x113)&&typeof module<'u'?module[_0x587464(0x112)]=_0x5521c1():typeof define==_0x587464(0x115)&&define[_0x587464(0x110)]?define([],_0x5521c1):(_0x29aac5=typeof globalThis<'u'?globalThis:_0x29aac5||self,_0x29aac5['UniverProSheetsExchangeClientJaJP']=_0x5521c1());}(this,function(){var _0x2a6f60=_0x5601;return{'sheets-exchange-client':{'file':_0x2a6f60(0x10f),'upload':_0x2a6f60(0x10e),'download':_0x2a6f60(0x10d)}};}));function _0x5601(_0x7a90f3,_0x11462a){_0x7a90f3=_0x7a90f3-0x10b;var _0x4232d6=_0x4232();var _0x5601fe=_0x4232d6[_0x7a90f3];return _0x5601fe;}function _0x4232(){var _0x3f7684=['2295639bJOttB','function','9499455UfzmqR','2296562XgzFYl','116357xXPTkH','457320aPTFDD','31945EvyTLV','7490580AGHdgc','558puUDnV','名前を付けて保存','開く(ファイル)','ファイル','amd','40ZDVwjn','exports','object'];_0x4232=function(){return _0x3f7684;};return _0x4232();}
@@ -1 +1 @@
1
- function _0x103f(_0x3c1efe,_0x59483b){_0x3c1efe=_0x3c1efe-0x6f;var _0x531fc6=_0x531f();var _0x103fb8=_0x531fc6[_0x3c1efe];return _0x103fb8;}(function(_0x6f76e6,_0x27417d){var _0x281969=_0x103f,_0x3bfd7e=_0x6f76e6();while(!![]){try{var _0x488f1a=parseInt(_0x281969(0x76))/0x1+parseInt(_0x281969(0x77))/0x2*(parseInt(_0x281969(0x7d))/0x3)+parseInt(_0x281969(0x78))/0x4*(parseInt(_0x281969(0x7c))/0x5)+-parseInt(_0x281969(0x70))/0x6*(-parseInt(_0x281969(0x7e))/0x7)+-parseInt(_0x281969(0x75))/0x8*(parseInt(_0x281969(0x7a))/0x9)+parseInt(_0x281969(0x7f))/0xa*(-parseInt(_0x281969(0x74))/0xb)+-parseInt(_0x281969(0x72))/0xc;if(_0x488f1a===_0x27417d)break;else _0x3bfd7e['push'](_0x3bfd7e['shift']());}catch(_0x33a98f){_0x3bfd7e['push'](_0x3bfd7e['shift']());}}}(_0x531f,0xca1d9),function(_0x4b347d,_0x3c1aaa){var _0x201b7e=_0x103f;typeof exports==_0x201b7e(0x73)&&typeof module<'u'?module[_0x201b7e(0x7b)]=_0x3c1aaa():typeof define=='function'&&define[_0x201b7e(0x71)]?define([],_0x3c1aaa):(_0x4b347d=typeof globalThis<'u'?globalThis:_0x4b347d||self,_0x4b347d[_0x201b7e(0x6f)]=_0x3c1aaa());}(this,function(){var _0x474292=_0x103f;return{'sheets-exchange-client':{'file':'파일','upload':'열기(파일)','download':_0x474292(0x79)}};}));function _0x531f(){var _0x13b03b=['amd','7050192nmXytX','object','2981AHwnTC','31688BZhfXE','156695OxyamL','6EFVlPt','244IUMLoX','다른\x20이름으로\x20저장','315YliisC','exports','53155CmIKbd','974769XoZtcg','61999Znadid','27620XVwmwR','UniverProSheetsExchangeClientKoKR','354ajWsxx'];_0x531f=function(){return _0x13b03b;};return _0x531f();}
1
+ function _0x29ed(_0x81e31c,_0x1b3a68){_0x81e31c=_0x81e31c-0xcd;var _0x4a743a=_0x4a74();var _0x29ed49=_0x4a743a[_0x81e31c];return _0x29ed49;}function _0x4a74(){var _0x24f714=['419022NGNPtl','7ChGQWv','다른\x20이름으로\x20저장','UniverProSheetsExchangeClientKoKR','열기(파일)','function','amd','741770kzQKVV','5889697GsOXwK','392bPEVcV','31152NooFcR','1480664ZvnaAE','2778534WgHulR','30FKqbnd','object','1023wfPdFC','20qawpuZ'];_0x4a74=function(){return _0x24f714;};return _0x4a74();}(function(_0x1dd0dc,_0x524b30){var _0x482e29=_0x29ed,_0x42fcec=_0x1dd0dc();while(!![]){try{var _0x2f650f=-parseInt(_0x482e29(0xce))/0x1+parseInt(_0x482e29(0xd0))/0x2*(parseInt(_0x482e29(0xd6))/0x3)+parseInt(_0x482e29(0xd1))/0x4+-parseInt(_0x482e29(0xd7))/0x5*(parseInt(_0x482e29(0xd8))/0x6)+parseInt(_0x482e29(0xd9))/0x7*(parseInt(_0x482e29(0xd2))/0x8)+-parseInt(_0x482e29(0xd3))/0x9+parseInt(_0x482e29(0xd4))/0xa*(parseInt(_0x482e29(0xcf))/0xb);if(_0x2f650f===_0x524b30)break;else _0x42fcec['push'](_0x42fcec['shift']());}catch(_0x44f196){_0x42fcec['push'](_0x42fcec['shift']());}}}(_0x4a74,0x82e50),function(_0x1833d8,_0x2fc2b8){var _0x2c26f0=_0x29ed;typeof exports==_0x2c26f0(0xd5)&&typeof module<'u'?module['exports']=_0x2fc2b8():typeof define==_0x2c26f0(0xdd)&&define[_0x2c26f0(0xcd)]?define([],_0x2fc2b8):(_0x1833d8=typeof globalThis<'u'?globalThis:_0x1833d8||self,_0x1833d8[_0x2c26f0(0xdb)]=_0x2fc2b8());}(this,function(){var _0x496fa3=_0x29ed;return{'sheets-exchange-client':{'file':'파일','upload':_0x496fa3(0xdc),'download':_0x496fa3(0xda)}};}));
@@ -1 +1 @@
1
- function _0xb071(){var _0x4503d2=['5366544OhJcum','exports','15xQLLGN','10eywTJl','4923108QnJGkW','Zapisz\x20jako','object','Plik','9237354WYmqIw','2660428hQNGyk','4250196NRpWZp','function','525523bmBKlE','amd','UniverProSheetsExchangeClientPlPL','265108DQqixl'];_0xb071=function(){return _0x4503d2;};return _0xb071();}function _0xf78f(_0x2a3245,_0x1e442c){_0x2a3245=_0x2a3245-0x1dd;var _0xb07146=_0xb071();var _0xf78fa3=_0xb07146[_0x2a3245];return _0xf78fa3;}(function(_0x21714a,_0xf6afa0){var _0x3f9f14=_0xf78f,_0x19b304=_0x21714a();while(!![]){try{var _0x100f84=parseInt(_0x3f9f14(0x1de))/0x1+parseInt(_0x3f9f14(0x1e1))/0x2*(parseInt(_0x3f9f14(0x1e4))/0x3)+parseInt(_0x3f9f14(0x1eb))/0x4*(parseInt(_0x3f9f14(0x1e5))/0x5)+parseInt(_0x3f9f14(0x1ec))/0x6+-parseInt(_0x3f9f14(0x1ea))/0x7+-parseInt(_0x3f9f14(0x1e2))/0x8+-parseInt(_0x3f9f14(0x1e6))/0x9;if(_0x100f84===_0xf6afa0)break;else _0x19b304['push'](_0x19b304['shift']());}catch(_0x5648dc){_0x19b304['push'](_0x19b304['shift']());}}}(_0xb071,0xa850d),function(_0x286b6c,_0x558867){var _0x3e558e=_0xf78f;typeof exports==_0x3e558e(0x1e8)&&typeof module<'u'?module[_0x3e558e(0x1e3)]=_0x558867():typeof define==_0x3e558e(0x1dd)&&define[_0x3e558e(0x1df)]?define([],_0x558867):(_0x286b6c=typeof globalThis<'u'?globalThis:_0x286b6c||self,_0x286b6c[_0x3e558e(0x1e0)]=_0x558867());}(this,function(){var _0x5a054a=_0xf78f;return{'sheets-exchange-client':{'file':_0x5a054a(0x1e9),'upload':'Otwórz\x20(plik)','download':_0x5a054a(0x1e7)}};}));
1
+ function _0xb6b7(_0x583642,_0x3d1539){_0x583642=_0x583642-0x112;var _0xe85de9=_0xe85d();var _0xb6b7a5=_0xe85de9[_0x583642];return _0xb6b7a5;}(function(_0x501abf,_0x2325d3){var _0x3ba0b1=_0xb6b7,_0x39984b=_0x501abf();while(!![]){try{var _0x5868c4=parseInt(_0x3ba0b1(0x11e))/0x1+-parseInt(_0x3ba0b1(0x114))/0x2+-parseInt(_0x3ba0b1(0x11b))/0x3+parseInt(_0x3ba0b1(0x115))/0x4+parseInt(_0x3ba0b1(0x11f))/0x5*(-parseInt(_0x3ba0b1(0x112))/0x6)+parseInt(_0x3ba0b1(0x11a))/0x7*(-parseInt(_0x3ba0b1(0x113))/0x8)+parseInt(_0x3ba0b1(0x11c))/0x9;if(_0x5868c4===_0x2325d3)break;else _0x39984b['push'](_0x39984b['shift']());}catch(_0x5830a2){_0x39984b['push'](_0x39984b['shift']());}}}(_0xe85d,0x94092),function(_0x1a5d9a,_0x7b5522){var _0x1d94c7=_0xb6b7;typeof exports==_0x1d94c7(0x118)&&typeof module<'u'?module[_0x1d94c7(0x117)]=_0x7b5522():typeof define=='function'&&define[_0x1d94c7(0x11d)]?define([],_0x7b5522):(_0x1a5d9a=typeof globalThis<'u'?globalThis:_0x1a5d9a||self,_0x1a5d9a['UniverProSheetsExchangeClientPlPL']=_0x7b5522());}(this,function(){var _0x2e2b13=_0xb6b7;return{'sheets-exchange-client':{'file':_0x2e2b13(0x116),'upload':'Otwórz\x20(plik)','download':_0x2e2b13(0x119)}};}));function _0xe85d(){var _0x5415ee=['Zapisz\x20jako','213731HRBYEm','1049385OxmseT','23588010vvEuJP','amd','20411Yhrwik','14270iZMZER','888wYMHYj','40BeHVXa','2273342LTzuWi','106304XvHEZu','Plik','exports','object'];_0xe85d=function(){return _0x5415ee;};return _0xe85d();}
@@ -1 +1 @@
1
- function _0x31cc(){var _0x4d7931=['3480408gXeCHU','amd','376olzVNo','Salvar\x20Como','Abrir\x20(Arquivo)','3352mWARtS','5984832ZGppxp','603510dBFvMs','object','4537692BACjWT','16bGmHPl','11GiIpaq','5RKEAJT','14539060PjEOTd','417114rQzbdf'];_0x31cc=function(){return _0x4d7931;};return _0x31cc();}function _0x3b88(_0x4a5881,_0x4bc1af){_0x4a5881=_0x4a5881-0xef;var _0x31ccc4=_0x31cc();var _0x3b887b=_0x31ccc4[_0x4a5881];return _0x3b887b;}(function(_0x32c48b,_0x58761f){var _0x47ee56=_0x3b88,_0x30c3a1=_0x32c48b();while(!![]){try{var _0x2394e7=parseInt(_0x47ee56(0xf1))/0x1*(-parseInt(_0x47ee56(0xfd))/0x2)+parseInt(_0x47ee56(0xf3))/0x3+parseInt(_0x47ee56(0xfb))/0x4+-parseInt(_0x47ee56(0xf8))/0x5*(-parseInt(_0x47ee56(0xf5))/0x6)+parseInt(_0x47ee56(0xf2))/0x7+parseInt(_0x47ee56(0xf6))/0x8*(-parseInt(_0x47ee56(0xfa))/0x9)+parseInt(_0x47ee56(0xf9))/0xa*(-parseInt(_0x47ee56(0xf7))/0xb);if(_0x2394e7===_0x58761f)break;else _0x30c3a1['push'](_0x30c3a1['shift']());}catch(_0x185c8e){_0x30c3a1['push'](_0x30c3a1['shift']());}}}(_0x31cc,0x7b79c),function(_0x4917ed,_0x394112){var _0x116e4b=_0x3b88;typeof exports==_0x116e4b(0xf4)&&typeof module<'u'?module['exports']=_0x394112():typeof define=='function'&&define[_0x116e4b(0xfc)]?define([],_0x394112):(_0x4917ed=typeof globalThis<'u'?globalThis:_0x4917ed||self,_0x4917ed['UniverProSheetsExchangeClientPtBR']=_0x394112());}(this,function(){var _0x476d19=_0x3b88;return{'sheets-exchange-client':{'file':'Arquivo','upload':_0x476d19(0xf0),'download':_0x476d19(0xef)}};}));
1
+ (function(_0x1bf710,_0x474818){var _0x56d08d=_0x125d,_0x1f6262=_0x1bf710();while(!![]){try{var _0x2fa1b8=-parseInt(_0x56d08d(0x108))/0x1*(parseInt(_0x56d08d(0xfe))/0x2)+parseInt(_0x56d08d(0x10b))/0x3+-parseInt(_0x56d08d(0x106))/0x4+parseInt(_0x56d08d(0xff))/0x5+-parseInt(_0x56d08d(0x10f))/0x6*(-parseInt(_0x56d08d(0x10c))/0x7)+-parseInt(_0x56d08d(0x109))/0x8*(-parseInt(_0x56d08d(0x100))/0x9)+-parseInt(_0x56d08d(0x105))/0xa*(parseInt(_0x56d08d(0x101))/0xb);if(_0x2fa1b8===_0x474818)break;else _0x1f6262['push'](_0x1f6262['shift']());}catch(_0x155d33){_0x1f6262['push'](_0x1f6262['shift']());}}}(_0x1806,0x7de0e),function(_0x336268,_0x31664b){var _0x4609a3=_0x125d;typeof exports==_0x4609a3(0x107)&&typeof module<'u'?module[_0x4609a3(0x102)]=_0x31664b():typeof define==_0x4609a3(0x10a)&&define[_0x4609a3(0x10e)]?define([],_0x31664b):(_0x336268=typeof globalThis<'u'?globalThis:_0x336268||self,_0x336268[_0x4609a3(0x10d)]=_0x31664b());}(this,function(){var _0x2415ce=_0x125d;return{'sheets-exchange-client':{'file':_0x2415ce(0x110),'upload':_0x2415ce(0x104),'download':_0x2415ce(0x103)}};}));function _0x125d(_0x27cfc7,_0xa0fdaa){_0x27cfc7=_0x27cfc7-0xfe;var _0x180605=_0x1806();var _0x125d7d=_0x180605[_0x27cfc7];return _0x125d7d;}function _0x1806(){var _0x561af9=['object','2UJXKvI','2743560LiKTan','function','665853KkXKfS','22834OeJGqe','UniverProSheetsExchangeClientPtBR','amd','750DEXcTn','Arquivo','301902ktVUQw','4817545EOLyHP','27BxWGcW','3080PPDiOr','exports','Salvar\x20Como','Abrir\x20(Arquivo)','36040hsoIen','3181700MPddLf'];_0x1806=function(){return _0x561af9;};return _0x1806();}
@@ -1 +1 @@
1
- (function(_0x3d5c85,_0x449ff4){var _0x63463=_0x6c60,_0x54166f=_0x3d5c85();while(!![]){try{var _0x499e55=parseInt(_0x63463(0x14d))/0x1+-parseInt(_0x63463(0x159))/0x2+parseInt(_0x63463(0x152))/0x3+-parseInt(_0x63463(0x150))/0x4+-parseInt(_0x63463(0x14c))/0x5*(-parseInt(_0x63463(0x156))/0x6)+-parseInt(_0x63463(0x14f))/0x7*(parseInt(_0x63463(0x151))/0x8)+parseInt(_0x63463(0x158))/0x9;if(_0x499e55===_0x449ff4)break;else _0x54166f['push'](_0x54166f['shift']());}catch(_0x3352a3){_0x54166f['push'](_0x54166f['shift']());}}}(_0x3ff2,0x67778),function(_0xd8b8bf,_0x200d51){var _0x11c458=_0x6c60;typeof exports==_0x11c458(0x154)&&typeof module<'u'?module['exports']=_0x200d51():typeof define=='function'&&define[_0x11c458(0x157)]?define([],_0x200d51):(_0xd8b8bf=typeof globalThis<'u'?globalThis:_0xd8b8bf||self,_0xd8b8bf[_0x11c458(0x14b)]=_0x200d51());}(this,function(){var _0x14241d=_0x6c60;return{'sheets-exchange-client':{'file':_0x14241d(0x153),'upload':_0x14241d(0x14e),'download':_0x14241d(0x155)}};}));function _0x6c60(_0x3efe46,_0x2b6b5b){_0x3efe46=_0x3efe46-0x14b;var _0x3ff251=_0x3ff2();var _0x6c60de=_0x3ff251[_0x3efe46];return _0x6c60de;}function _0x3ff2(){var _0x334425=['Файл','object','Сохранить\x20как','6PtAhXU','amd','5367447ryIRXE','307898BbpNIr','UniverProSheetsExchangeClientRuRU','1716355LqJcqK','195559HQXQca','Открыть(Файл)','115927jwCAVG','2874480ZllZYw','8bSdBAt','533151nOPxdh'];_0x3ff2=function(){return _0x334425;};return _0x3ff2();}
1
+ (function(_0x595f35,_0x5e6a35){var _0x342481=_0x5dd0,_0x1548e1=_0x595f35();while(!![]){try{var _0x2e09e2=-parseInt(_0x342481(0x19c))/0x1+parseInt(_0x342481(0x192))/0x2+-parseInt(_0x342481(0x198))/0x3*(-parseInt(_0x342481(0x197))/0x4)+-parseInt(_0x342481(0x19b))/0x5+-parseInt(_0x342481(0x18f))/0x6+parseInt(_0x342481(0x199))/0x7*(parseInt(_0x342481(0x194))/0x8)+parseInt(_0x342481(0x196))/0x9*(parseInt(_0x342481(0x19d))/0xa);if(_0x2e09e2===_0x5e6a35)break;else _0x1548e1['push'](_0x1548e1['shift']());}catch(_0x40f201){_0x1548e1['push'](_0x1548e1['shift']());}}}(_0x26e8,0x80dac),function(_0x8b21c7,_0x57c64d){var _0x865300=_0x5dd0;typeof exports==_0x865300(0x19a)&&typeof module<'u'?module['exports']=_0x57c64d():typeof define==_0x865300(0x195)&&define[_0x865300(0x18d)]?define([],_0x57c64d):(_0x8b21c7=typeof globalThis<'u'?globalThis:_0x8b21c7||self,_0x8b21c7[_0x865300(0x18e)]=_0x57c64d());}(this,function(){var _0x2e83f2=_0x5dd0;return{'sheets-exchange-client':{'file':_0x2e83f2(0x191),'upload':_0x2e83f2(0x190),'download':_0x2e83f2(0x193)}};}));function _0x5dd0(_0x45e12f,_0x55db0f){_0x45e12f=_0x45e12f-0x18d;var _0x26e891=_0x26e8();var _0x5dd036=_0x26e891[_0x45e12f];return _0x5dd036;}function _0x26e8(){var _0x39316b=['7013237ifZafr','object','4870840DcMrhI','389524tdghyw','16290kRunkH','amd','UniverProSheetsExchangeClientRuRU','1821288vfaEEg','Открыть(Файл)','Файл','1521618eUNigV','Сохранить\x20как','8XwhgfE','function','270MUqFUw','40364VTEpuh','114AmeTHN'];_0x26e8=function(){return _0x39316b;};return _0x26e8();}
@@ -1 +1 @@
1
- function _0x9cf7(){var _0x1a6aaf=['470776ycgGLv','Otvoriť\x20(súbor)','2325756snrIKt','7lXvHXa','UniverProSheetsExchangeClientSkSK','Súbor','Uložiť\x20ako','exports','72018GenZuf','5aldTzN','13423932ptqVhX','amd','1228787VCaclB','562256tNcIKz','function','683175UyCVRz'];_0x9cf7=function(){return _0x1a6aaf;};return _0x9cf7();}function _0x486e(_0x2fa486,_0x1a1cac){_0x2fa486=_0x2fa486-0x13f;var _0x9cf7e3=_0x9cf7();var _0x486eee=_0x9cf7e3[_0x2fa486];return _0x486eee;}(function(_0x1f2273,_0x493816){var _0x4dc7f6=_0x486e,_0x2cff4e=_0x1f2273();while(!![]){try{var _0x2a4d8c=parseInt(_0x4dc7f6(0x149))/0x1*(-parseInt(_0x4dc7f6(0x14e))/0x2)+-parseInt(_0x4dc7f6(0x145))/0x3+-parseInt(_0x4dc7f6(0x146))/0x4*(parseInt(_0x4dc7f6(0x13f))/0x5)+-parseInt(_0x4dc7f6(0x148))/0x6+-parseInt(_0x4dc7f6(0x142))/0x7+-parseInt(_0x4dc7f6(0x143))/0x8+parseInt(_0x4dc7f6(0x140))/0x9;if(_0x2a4d8c===_0x493816)break;else _0x2cff4e['push'](_0x2cff4e['shift']());}catch(_0x2c07d9){_0x2cff4e['push'](_0x2cff4e['shift']());}}}(_0x9cf7,0x3fa09),function(_0x2345c0,_0x5a3199){var _0x3a9a50=_0x486e;typeof exports=='object'&&typeof module<'u'?module[_0x3a9a50(0x14d)]=_0x5a3199():typeof define==_0x3a9a50(0x144)&&define[_0x3a9a50(0x141)]?define([],_0x5a3199):(_0x2345c0=typeof globalThis<'u'?globalThis:_0x2345c0||self,_0x2345c0[_0x3a9a50(0x14a)]=_0x5a3199());}(this,function(){var _0x66a31f=_0x486e;return{'sheets-exchange-client':{'file':_0x66a31f(0x14b),'upload':_0x66a31f(0x147),'download':_0x66a31f(0x14c)}};}));
1
+ function _0x2c22(_0xc73c67,_0x326d2a){_0xc73c67=_0xc73c67-0x19a;var _0x20ea76=_0x20ea();var _0x2c2277=_0x20ea76[_0xc73c67];return _0x2c2277;}(function(_0x2d5a13,_0x51e46a){var _0x55e6c4=_0x2c22,_0x3bd477=_0x2d5a13();while(!![]){try{var _0x5cc895=parseInt(_0x55e6c4(0x1ab))/0x1*(parseInt(_0x55e6c4(0x19a))/0x2)+parseInt(_0x55e6c4(0x1ac))/0x3+parseInt(_0x55e6c4(0x1a9))/0x4*(parseInt(_0x55e6c4(0x19c))/0x5)+-parseInt(_0x55e6c4(0x19b))/0x6*(-parseInt(_0x55e6c4(0x1aa))/0x7)+-parseInt(_0x55e6c4(0x19e))/0x8+-parseInt(_0x55e6c4(0x1a4))/0x9*(parseInt(_0x55e6c4(0x1a3))/0xa)+parseInt(_0x55e6c4(0x1a7))/0xb*(-parseInt(_0x55e6c4(0x1a0))/0xc);if(_0x5cc895===_0x51e46a)break;else _0x3bd477['push'](_0x3bd477['shift']());}catch(_0x3f17b0){_0x3bd477['push'](_0x3bd477['shift']());}}}(_0x20ea,0x97cef),function(_0x6cfb28,_0x36e959){var _0x37d5fc=_0x2c22;typeof exports==_0x37d5fc(0x1a6)&&typeof module<'u'?module[_0x37d5fc(0x1a8)]=_0x36e959():typeof define==_0x37d5fc(0x1a5)&&define[_0x37d5fc(0x1a1)]?define([],_0x36e959):(_0x6cfb28=typeof globalThis<'u'?globalThis:_0x6cfb28||self,_0x6cfb28['UniverProSheetsExchangeClientSkSK']=_0x36e959());}(this,function(){var _0x21f64d=_0x2c22;return{'sheets-exchange-client':{'file':_0x21f64d(0x19d),'upload':_0x21f64d(0x19f),'download':_0x21f64d(0x1a2)}};}));function _0x20ea(){var _0x16555e=['object','396vSBVEM','exports','4MyZrIS','2243731PYjaqv','11906BEXHsa','359979mYyWnh','122bqqDsr','12zrkfQo','5841025XHYNmV','Súbor','5787424cDYnuh','Otvoriť\x20(súbor)','398280vKxHmp','amd','Uložiť\x20ako','2150KpiFzs','4833DLqxcc','function'];_0x20ea=function(){return _0x16555e;};return _0x20ea();}
@@ -1 +1 @@
1
- function _0x1b6f(){var _0x9079aa=['147470GrFQjR','Tệp','5172240HmSwIb','2039904cIAXrC','1603107xAkiGw','2322AijSCB','196TAzotU','Lưu\x20dưới\x20dạng','object','8118775QQvFuW','5FsaHRA','UniverProSheetsExchangeClientViVN','96560TiMDOd','110194XmxUbY','amd'];_0x1b6f=function(){return _0x9079aa;};return _0x1b6f();}function _0x44ff(_0x4ab885,_0x4294c7){_0x4ab885=_0x4ab885-0xff;var _0x1b6f29=_0x1b6f();var _0x44ff45=_0x1b6f29[_0x4ab885];return _0x44ff45;}(function(_0x4071ff,_0x3e95bd){var _0x2f04cb=_0x44ff,_0x2e3d2f=_0x4071ff();while(!![]){try{var _0x2ab002=parseInt(_0x2f04cb(0x105))/0x1*(parseInt(_0x2f04cb(0x108))/0x2)+-parseInt(_0x2f04cb(0xff))/0x3+-parseInt(_0x2f04cb(0x101))/0x4*(parseInt(_0x2f04cb(0x107))/0x5)+-parseInt(_0x2f04cb(0x10c))/0x6+-parseInt(_0x2f04cb(0x104))/0x7+parseInt(_0x2f04cb(0x10d))/0x8+parseInt(_0x2f04cb(0x100))/0x9*(parseInt(_0x2f04cb(0x10a))/0xa);if(_0x2ab002===_0x3e95bd)break;else _0x2e3d2f['push'](_0x2e3d2f['shift']());}catch(_0x1a8129){_0x2e3d2f['push'](_0x2e3d2f['shift']());}}}(_0x1b6f,0xcb4a5),function(_0x5cc112,_0x5e9c67){var _0x468da1=_0x44ff;typeof exports==_0x468da1(0x103)&&typeof module<'u'?module['exports']=_0x5e9c67():typeof define=='function'&&define[_0x468da1(0x109)]?define([],_0x5e9c67):(_0x5cc112=typeof globalThis<'u'?globalThis:_0x5cc112||self,_0x5cc112[_0x468da1(0x106)]=_0x5e9c67());}(this,function(){var _0xa042ad=_0x44ff;return{'sheets-exchange-client':{'file':_0xa042ad(0x10b),'upload':'Mở\x20(Tệp)','download':_0xa042ad(0x102)}};}));
1
+ (function(_0x2787f5,_0x466962){var _0x21e067=_0x498b,_0x4ee1d0=_0x2787f5();while(!![]){try{var _0x5bb5d3=parseInt(_0x21e067(0x15c))/0x1+parseInt(_0x21e067(0x162))/0x2+parseInt(_0x21e067(0x158))/0x3*(parseInt(_0x21e067(0x15d))/0x4)+-parseInt(_0x21e067(0x157))/0x5+parseInt(_0x21e067(0x161))/0x6*(parseInt(_0x21e067(0x156))/0x7)+parseInt(_0x21e067(0x163))/0x8+-parseInt(_0x21e067(0x159))/0x9;if(_0x5bb5d3===_0x466962)break;else _0x4ee1d0['push'](_0x4ee1d0['shift']());}catch(_0x317483){_0x4ee1d0['push'](_0x4ee1d0['shift']());}}}(_0x23cd,0x24f1c),function(_0x7369f0,_0x32bd1d){var _0x27fa2f=_0x498b;typeof exports==_0x27fa2f(0x15a)&&typeof module<'u'?module['exports']=_0x32bd1d():typeof define==_0x27fa2f(0x15b)&&define[_0x27fa2f(0x155)]?define([],_0x32bd1d):(_0x7369f0=typeof globalThis<'u'?globalThis:_0x7369f0||self,_0x7369f0[_0x27fa2f(0x164)]=_0x32bd1d());}(this,function(){var _0x5df0cb=_0x498b;return{'sheets-exchange-client':{'file':_0x5df0cb(0x160),'upload':_0x5df0cb(0x15e),'download':_0x5df0cb(0x15f)}};}));function _0x498b(_0x25a157,_0x29d9ff){_0x25a157=_0x25a157-0x155;var _0x23cd40=_0x23cd();var _0x498b27=_0x23cd40[_0x25a157];return _0x498b27;}function _0x23cd(){var _0x452518=['Lưu\x20dưới\x20dạng','Tệp','434460YsHQsY','103202VXolEu','2291928LsWCsL','UniverProSheetsExchangeClientViVN','amd','7kYpUwk','382900RrvsaM','382488YbtpLQ','4344912aoPfQF','object','function','45178uIkFQX','8tSBUXt','Mở\x20(Tệp)'];_0x23cd=function(){return _0x452518;};return _0x23cd();}
@@ -1 +1 @@
1
- (function(_0x4c3d8a,_0x3ffdc9){var _0x58eee0=_0x3e92,_0x4a3b67=_0x4c3d8a();while(!![]){try{var _0x434464=-parseInt(_0x58eee0(0xbb))/0x1*(-parseInt(_0x58eee0(0xb3))/0x2)+-parseInt(_0x58eee0(0xb6))/0x3*(parseInt(_0x58eee0(0xb2))/0x4)+parseInt(_0x58eee0(0xbe))/0x5+-parseInt(_0x58eee0(0xb8))/0x6*(-parseInt(_0x58eee0(0xbd))/0x7)+-parseInt(_0x58eee0(0xbc))/0x8+parseInt(_0x58eee0(0xbf))/0x9+parseInt(_0x58eee0(0xb1))/0xa*(-parseInt(_0x58eee0(0xba))/0xb);if(_0x434464===_0x3ffdc9)break;else _0x4a3b67['push'](_0x4a3b67['shift']());}catch(_0x298cf1){_0x4a3b67['push'](_0x4a3b67['shift']());}}}(_0x493d,0xdfa79),function(_0x3bf08b,_0x472ac4){var _0xddc5c0=_0x3e92;typeof exports==_0xddc5c0(0xb4)&&typeof module<'u'?module[_0xddc5c0(0xb0)]=_0x472ac4():typeof define==_0xddc5c0(0xb9)&&define[_0xddc5c0(0xb5)]?define([],_0x472ac4):(_0x3bf08b=typeof globalThis<'u'?globalThis:_0x3bf08b||self,_0x3bf08b['UniverProSheetsExchangeClientZhCN']=_0x472ac4());}(this,function(){var _0x346fb2=_0x3e92;return{'sheets-exchange-client':{'file':'文件','upload':_0x346fb2(0xb7),'download':_0x346fb2(0xaf)}};}));function _0x3e92(_0x4179fb,_0x25dde6){_0x4179fb=_0x4179fb-0xaf;var _0x493d96=_0x493d();var _0x3e9200=_0x493d96[_0x4179fb];return _0x3e9200;}function _0x493d(){var _0x53fce8=['打开(文件)','12RJpySv','function','19228LVxIPE','306VqYnbP','13991384NsQwsA','2822603tYplKo','7854195FSSjtU','11603349UHMCmf','另存为','exports','5570VxAhzn','1824016kVMApm','2798iGiSDi','object','amd','3ateLpw'];_0x493d=function(){return _0x53fce8;};return _0x493d();}
1
+ (function(_0x2aa3ba,_0x128345){var _0x10c7a5=_0x15e0,_0x17b84d=_0x2aa3ba();while(!![]){try{var _0x661551=-parseInt(_0x10c7a5(0x10c))/0x1+-parseInt(_0x10c7a5(0x111))/0x2*(-parseInt(_0x10c7a5(0x110))/0x3)+parseInt(_0x10c7a5(0x104))/0x4+parseInt(_0x10c7a5(0x10a))/0x5*(-parseInt(_0x10c7a5(0x102))/0x6)+parseInt(_0x10c7a5(0x106))/0x7+-parseInt(_0x10c7a5(0x103))/0x8+-parseInt(_0x10c7a5(0x10d))/0x9*(-parseInt(_0x10c7a5(0x10e))/0xa);if(_0x661551===_0x128345)break;else _0x17b84d['push'](_0x17b84d['shift']());}catch(_0xe98372){_0x17b84d['push'](_0x17b84d['shift']());}}}(_0x2333,0xb8692),function(_0xce0276,_0x51274a){var _0x2fb2cb=_0x15e0;typeof exports==_0x2fb2cb(0x105)&&typeof module<'u'?module[_0x2fb2cb(0x10b)]=_0x51274a():typeof define==_0x2fb2cb(0x109)&&define[_0x2fb2cb(0x112)]?define([],_0x51274a):(_0xce0276=typeof globalThis<'u'?globalThis:_0xce0276||self,_0xce0276[_0x2fb2cb(0x108)]=_0x51274a());}(this,function(){var _0x5b5d01=_0x15e0;return{'sheets-exchange-client':{'file':'文件','upload':_0x5b5d01(0x107),'download':_0x5b5d01(0x10f)}};}));function _0x15e0(_0x5f580b,_0x547446){_0x5f580b=_0x5f580b-0x102;var _0x2333ff=_0x2333();var _0x15e058=_0x2333ff[_0x5f580b];return _0x15e058;}function _0x2333(){var _0x2bfbfd=['7368TEEgJu','9208680cVmqoH','3278172NVGAsX','object','3488212EWzcyz','打开(文件)','UniverProSheetsExchangeClientZhCN','function','3340qwXaUa','exports','498696ADooFc','9333reGAoC','9190xdAWsL','另存为','2541plOTbZ','2254WEAZoO','amd'];_0x2333=function(){return _0x2bfbfd;};return _0x2333();}
@@ -1 +1 @@
1
- function _0x5712(_0x253d58,_0x52dd9c){_0x253d58=_0x253d58-0x1b6;var _0x3c5a44=_0x3c5a();var _0x571244=_0x3c5a44[_0x253d58];return _0x571244;}function _0x3c5a(){var _0x1dab57=['function','6wvPxWb','998596UymKGr','112ZCyYQp','8960913WGhyyS','exports','另存為','20728worVze','883644FNavSL','UniverProSheetsExchangeClientZhHK','4367675aTAyEo','417296RAftlI','2658556PAUWvC'];_0x3c5a=function(){return _0x1dab57;};return _0x3c5a();}(function(_0x5a92ed,_0x1f47ce){var _0x5cf172=_0x5712,_0x11be52=_0x5a92ed();while(!![]){try{var _0x19982e=parseInt(_0x5cf172(0x1bf))/0x1+parseInt(_0x5cf172(0x1b6))/0x2*(-parseInt(_0x5cf172(0x1c2))/0x3)+-parseInt(_0x5cf172(0x1c0))/0x4+parseInt(_0x5cf172(0x1be))/0x5+-parseInt(_0x5cf172(0x1bc))/0x6+parseInt(_0x5cf172(0x1b7))/0x7*(parseInt(_0x5cf172(0x1bb))/0x8)+parseInt(_0x5cf172(0x1b8))/0x9;if(_0x19982e===_0x1f47ce)break;else _0x11be52['push'](_0x11be52['shift']());}catch(_0x139a21){_0x11be52['push'](_0x11be52['shift']());}}}(_0x3c5a,0x7e53b),function(_0x46069a,_0x4be0a7){var _0xf90f4a=_0x5712;typeof exports=='object'&&typeof module<'u'?module[_0xf90f4a(0x1b9)]=_0x4be0a7():typeof define==_0xf90f4a(0x1c1)&&define['amd']?define([],_0x4be0a7):(_0x46069a=typeof globalThis<'u'?globalThis:_0x46069a||self,_0x46069a[_0xf90f4a(0x1bd)]=_0x4be0a7());}(this,function(){var _0x2d222b=_0x5712;return{'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':_0x2d222b(0x1ba)}};}));
1
+ function _0x4c61(){var _0x47448a=['exports','另存為','489123qNlTzE','561572dFerYT','987LIzumy','開啟(檔案)','4054308YBSgzO','5552360nJnLBs','object','UniverProSheetsExchangeClientZhHK','5DetBDL','36zjUDSx','5034zRwUSp','9674380TfhqZk','1810698HiWEzu'];_0x4c61=function(){return _0x47448a;};return _0x4c61();}function _0x372f(_0x4157f5,_0x430a4d){_0x4157f5=_0x4157f5-0x105;var _0x4c61b0=_0x4c61();var _0x372fa5=_0x4c61b0[_0x4157f5];return _0x372fa5;}(function(_0x21268a,_0x31cb6e){var _0x5a597b=_0x372f,_0x141541=_0x21268a();while(!![]){try{var _0x22cceb=-parseInt(_0x5a597b(0x10c))/0x1+-parseInt(_0x5a597b(0x108))/0x2+-parseInt(_0x5a597b(0x10b))/0x3+-parseInt(_0x5a597b(0x10f))/0x4*(parseInt(_0x5a597b(0x113))/0x5)+parseInt(_0x5a597b(0x106))/0x6*(parseInt(_0x5a597b(0x10d))/0x7)+-parseInt(_0x5a597b(0x110))/0x8+parseInt(_0x5a597b(0x105))/0x9*(parseInt(_0x5a597b(0x107))/0xa);if(_0x22cceb===_0x31cb6e)break;else _0x141541['push'](_0x141541['shift']());}catch(_0x2ee545){_0x141541['push'](_0x141541['shift']());}}}(_0x4c61,0x9ece3),function(_0x3ecc54,_0x2b0d07){var _0x58e213=_0x372f;typeof exports==_0x58e213(0x111)&&typeof module<'u'?module[_0x58e213(0x109)]=_0x2b0d07():typeof define=='function'&&define['amd']?define([],_0x2b0d07):(_0x3ecc54=typeof globalThis<'u'?globalThis:_0x3ecc54||self,_0x3ecc54[_0x58e213(0x112)]=_0x2b0d07());}(this,function(){var _0x35c236=_0x372f;return{'sheets-exchange-client':{'file':'檔案','upload':_0x35c236(0x10e),'download':_0x35c236(0x10a)}};}));