@univerjs-pro/sheets-exchange-client 1.0.0-alpha.7 → 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 -7
@@ -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(_0x30aa0c,_0x3a39e8){const _0xf36650=_0x565d,_0x2b0ae5=_0x30aa0c();while(!![]){try{const _0x2b7fc1=parseInt(_0xf36650(0x10b))/0x1*(-parseInt(_0xf36650(0x136))/0x2)+parseInt(_0xf36650(0x130))/0x3*(-parseInt(_0xf36650(0x10f))/0x4)+parseInt(_0xf36650(0x119))/0x5+parseInt(_0xf36650(0x117))/0x6*(parseInt(_0xf36650(0x11c))/0x7)+-parseInt(_0xf36650(0xf0))/0x8+parseInt(_0xf36650(0xef))/0x9*(-parseInt(_0xf36650(0x118))/0xa)+-parseInt(_0xf36650(0x12f))/0xb*(-parseInt(_0xf36650(0x137))/0xc);if(_0x2b7fc1===_0x3a39e8)break;else _0x2b0ae5['push'](_0x2b0ae5['shift']());}catch(_0x2bbc4c){_0x2b0ae5['push'](_0x2b0ae5['shift']());}}}(_0x4f18,0x729f8),function(_0x4545ff,_0x338957){const _0x18a6c8=_0x565d;typeof exports==_0x18a6c8(0x12e)&&typeof module<'u'?_0x338957(exports,require('@univerjs/ui'),require('@univerjs-pro/exchange-client'),require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs/sheets-ui')):typeof define==_0x18a6c8(0x102)&&define['amd']?define([_0x18a6c8(0x120),_0x18a6c8(0xf3),'@univerjs-pro/exchange-client','@univerjs/core',_0x18a6c8(0x103),_0x18a6c8(0x10d)],_0x338957):(_0x4545ff=typeof globalThis<'u'?globalThis:_0x4545ff||self,_0x338957(_0x4545ff['UniverProSheetsExchangeClient']={},_0x4545ff[_0x18a6c8(0x11f)],_0x4545ff[_0x18a6c8(0x123)],_0x4545ff[_0x18a6c8(0x114)],_0x4545ff[_0x18a6c8(0x10c)],_0x4545ff['UniverSheetsUi']));}(this,function(_0x5efe3f,_0x209802,_0x2d9d09,_0x15722d,_0x3cfe4e,_0x2dba9e){const _0x3554e3=_0x565d;Object[_0x3554e3(0xf6)](_0x5efe3f,Symbol[_0x3554e3(0xe7)],{'value':_0x3554e3(0x124)});let _0x2413cb={'id':_0x3554e3(0x12b),'type':_0x15722d['CommandType'][_0x3554e3(0x110)],'handler':async _0x4ad9fd=>{const _0x315efa=_0x3554e3;let _0x5679e1=_0x4ad9fd['get'](_0x2d9d09[_0x315efa(0x107)]);return new URLSearchParams(location['search'])[_0x315efa(0xeb)](_0x315efa(0x122))?_0x5679e1['importXLSXToUnitId']():_0x5679e1[_0x315efa(0xec)](),!0x0;}},_0xc39ecc={'id':'exchange-client.operation.export-xlsx','type':_0x15722d['CommandType'][_0x3554e3(0x110)],'handler':async _0xee7ebd=>{const _0x36b87=_0x3554e3;let _0x5ba925=_0xee7ebd['get'](_0x2d9d09[_0x36b87(0x107)]);return new URLSearchParams(location[_0x36b87(0x104)])[_0x36b87(0xeb)](_0x36b87(0x122))?_0x5ba925['exportXLSXByUnitId']():_0x5ba925[_0x36b87(0x11a)](),!0x0;}},_0x11d676=_0x3554e3(0x11d);function _0x5d02db(_0x3601ac){const _0x2d410b=_0x3554e3;return{'id':_0x11d676,'type':_0x209802[_0x2d410b(0x112)][_0x2d410b(0xee)],'icon':_0x2d410b(0x11b),'tooltip':'sheets-exchange-client.file','hidden$':(0x0,_0x209802[_0x2d410b(0x12a)])(_0x3601ac,_0x15722d[_0x2d410b(0xf7)]['UNIVER_SHEET']),'disabled$':(0x0,_0x2dba9e[_0x2d410b(0x125)])(_0x3601ac,{'workbookTypes':[_0x3cfe4e[_0x2d410b(0x12d)]]})};}function _0x357290(){const _0xf3e0f3=_0x3554e3;return{'id':_0x2413cb['id'],'type':_0x209802['MenuItemType'][_0xf3e0f3(0x11e)],'title':'sheets-exchange-client.upload','icon':'FolderIcon'};}function _0x4cf268(){const _0x5da0eb=_0x3554e3;return{'id':_0xc39ecc['id'],'type':_0x209802[_0x5da0eb(0x112)][_0x5da0eb(0x11e)],'title':_0x5da0eb(0x126),'icon':_0x5da0eb(0x113)};}let _0x4e1cce={[_0x209802[_0x3554e3(0x111)][_0x3554e3(0xfd)]]:{[_0x11d676]:{'order':0.03,'gridLayout':{'row':0x1,'column':0x2,'rowSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x5d02db,[_0x2413cb['id']]:{'order':0x0,'menuItemFactory':_0x357290},[_0xc39ecc['id']]:{'order':0x1,'menuItemFactory':_0x4cf268}}}};var _0x500fbd=_0x3554e3(0xe8),_0x36ecc6=_0x3554e3(0x135);let _0x231395={};function _0xa51e73(_0x3b5b2e,_0x39bcfe){return function(_0x46b573,_0x2d4561){_0x39bcfe(_0x46b573,_0x2d4561,_0x3b5b2e);};}function _0x47d0d3(_0x40ac61,_0x2dd158,_0x347b59,_0x3a5f4a){const _0x50dff9=_0x3554e3;var _0x10e478=arguments['length'],_0x1c15e2=_0x10e478<0x3?_0x2dd158:_0x3a5f4a===null?_0x3a5f4a=Object[_0x50dff9(0x129)](_0x2dd158,_0x347b59):_0x3a5f4a,_0x2d7ded;if(typeof Reflect==_0x50dff9(0x12e)&&typeof Reflect[_0x50dff9(0xf9)]==_0x50dff9(0x102))_0x1c15e2=Reflect['decorate'](_0x40ac61,_0x2dd158,_0x347b59,_0x3a5f4a);else{for(var _0x47fba5=_0x40ac61[_0x50dff9(0xfc)]-0x1;_0x47fba5>=0x0;_0x47fba5--)(_0x2d7ded=_0x40ac61[_0x47fba5])&&(_0x1c15e2=(_0x10e478<0x3?_0x2d7ded(_0x1c15e2):_0x10e478>0x3?_0x2d7ded(_0x2dd158,_0x347b59,_0x1c15e2):_0x2d7ded(_0x2dd158,_0x347b59))||_0x1c15e2);}return _0x10e478>0x3&&_0x1c15e2&&Object[_0x50dff9(0xf6)](_0x2dd158,_0x347b59,_0x1c15e2),_0x1c15e2;}let _0x443391=class extends _0x15722d['Disposable']{constructor(_0x508344,_0x3f6105){const _0x534a1e=_0x3554e3;super(),this[_0x534a1e(0x134)]=_0x508344,this[_0x534a1e(0x100)]=_0x3f6105,this[_0x534a1e(0xfa)](),this[_0x534a1e(0xf8)]();}['_initCommands'](){const _0x46d6ba=_0x3554e3;[_0x2413cb,_0xc39ecc][_0x46d6ba(0x12c)](_0x452c96=>{const _0x4ca83f=_0x46d6ba;this[_0x4ca83f(0x10a)](this[_0x4ca83f(0x134)]['registerCommand'](_0x452c96));});}['_initMenus'](){const _0x882f1a=_0x3554e3;this['_menuManagerService'][_0x882f1a(0xf2)](_0x4e1cce);}};_0x443391=_0x47d0d3([_0xa51e73(0x0,_0x15722d[_0x3554e3(0xed)]),_0xa51e73(0x1,_0x209802['IMenuManagerService'])],_0x443391);function _0x232ac5(_0x1c18e1){'@babel/helpers - typeof';const _0x1ddc9e=_0x3554e3;return _0x232ac5=typeof Symbol==_0x1ddc9e(0x102)&&typeof Symbol[_0x1ddc9e(0xf1)]==_0x1ddc9e(0x121)?function(_0x3f05aa){return typeof _0x3f05aa;}:function(_0x459fa9){const _0x43c975=_0x1ddc9e;return _0x459fa9&&typeof Symbol==_0x43c975(0x102)&&_0x459fa9[_0x43c975(0x109)]===Symbol&&_0x459fa9!==Symbol['prototype']?_0x43c975(0x121):typeof _0x459fa9;},_0x232ac5(_0x1c18e1);}function _0x1a7422(_0x24cb49,_0x3e253e){const _0x37d3ac=_0x3554e3;if(_0x232ac5(_0x24cb49)!=_0x37d3ac(0x12e)||!_0x24cb49)return _0x24cb49;var _0x47a2be=_0x24cb49[Symbol['toPrimitive']];if(_0x47a2be!==void 0x0){var _0x186e0a=_0x47a2be[_0x37d3ac(0x133)](_0x24cb49,_0x3e253e||_0x37d3ac(0x131));if(_0x232ac5(_0x186e0a)!='object')return _0x186e0a;throw TypeError(_0x37d3ac(0x127));}return(_0x3e253e===_0x37d3ac(0xfe)?String:Number)(_0x24cb49);}function _0x2dc4bd(_0x32c0fb){const _0x16473a=_0x3554e3;var _0x39c699=_0x1a7422(_0x32c0fb,_0x16473a(0xfe));return _0x232ac5(_0x39c699)==_0x16473a(0x121)?_0x39c699:_0x39c699+'';}function _0x570844(_0x527efc,_0xeee9cb,_0x145843){return(_0xeee9cb=_0x2dc4bd(_0xeee9cb))in _0x527efc?Object['defineProperty'](_0x527efc,_0xeee9cb,{'value':_0x145843,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x527efc[_0xeee9cb]=_0x145843,_0x527efc;}let _0x53e3ce=class extends _0x15722d['Plugin']{constructor(_0x42eebc=_0x231395,_0x5ad9b8,_0x11a4ab){const _0x141fb5=_0x3554e3;super(),this[_0x141fb5(0x101)]=_0x42eebc,this[_0x141fb5(0xff)]=_0x5ad9b8,this[_0x141fb5(0xf4)]=_0x11a4ab;let {menu:_0x1a82cc,..._0x1970dc}=(0x0,_0x15722d['merge'])({},_0x231395,this[_0x141fb5(0x101)]);_0x1a82cc&&this[_0x141fb5(0xf4)][_0x141fb5(0x116)](_0x141fb5(0x115),_0x1a82cc,{'merge':!0x0}),this[_0x141fb5(0xf4)][_0x141fb5(0x116)](_0x141fb5(0x132),_0x1970dc);}[_0x3554e3(0xe9)](){const _0x30802a=_0x3554e3;[[_0x443391]][_0x30802a(0x12c)](_0x20b5b8=>this[_0x30802a(0xff)][_0x30802a(0xe6)](_0x20b5b8));}[_0x3554e3(0x128)](){const _0x5775b1=_0x3554e3;this[_0x5775b1(0xff)][_0x5775b1(0xeb)](_0x443391);}};_0x570844(_0x53e3ce,_0x3554e3(0x139),_0x3554e3(0x138)),_0x570844(_0x53e3ce,_0x3554e3(0x10e),_0x500fbd),_0x570844(_0x53e3ce,_0x3554e3(0x108),_0x36ecc6),_0x570844(_0x53e3ce,_0x3554e3(0xf5),_0x15722d['UniverInstanceType'][_0x3554e3(0xfb)]),_0x53e3ce=_0x47d0d3([(0x0,_0x15722d['DependentOn'])(_0x2d9d09[_0x3554e3(0x105)]),_0xa51e73(0x1,(0x0,_0x15722d['Inject'])(_0x15722d[_0x3554e3(0xea)])),_0xa51e73(0x2,_0x15722d['IConfigService'])],_0x53e3ce),_0x5efe3f[_0x3554e3(0x106)]=_0x4e1cce,Object[_0x3554e3(0xf6)](_0x5efe3f,'UniverSheetsExchangeClientPlugin',{'enumerable':!0x0,'get':function(){return _0x53e3ce;}});}));function _0x565d(_0x25c68e,_0xc835af){_0x25c68e=_0x25c68e-0xe6;const _0x4f1825=_0x4f18();let _0x565dc4=_0x4f1825[_0x25c68e];return _0x565dc4;}function _0x4f18(){const _0x578042=['constructor','disposeWithMe','1136XTeSCQ','UniverSheets','@univerjs/sheets-ui','packageName','12YSWygw','OPERATION','RibbonStartGroup','MenuItemType','ExportIcon','UniverCore','menu','setConfig','895956FVcFQf','3380LvytYs','837965oJrTVI','exportXLSXBySnapshot','DirectExportIcon','14QtibJl','sheets-exchange-client.operation.exchange','BUTTON','UniverUi','exports','symbol','unit','UniverProExchangeClient','Module','getCurrentRangeDisable$','sheets-exchange-client.download','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','onReady','getOwnPropertyDescriptor','getMenuHiddenObservable','exchange-client.operation.import-xlsx','forEach','WorkbookExportPermission','object','23254737UqmZtX','926415qdTlCC','default','sheets-exchange-client.config','call','_commandService','1.0.0-alpha.7','1062QddpBf','12RdEFll','SHEET_EXCHANGE_CLIENT_PLUGIN','pluginName','add','toStringTag','@univerjs-pro/sheets-exchange-client','onStarting','Injector','get','importXLSXToSnapshot','ICommandService','SUBITEMS','13194OYofIe','685416HsYkXt','iterator','mergeMenu','@univerjs/ui','_configService','type','defineProperty','UniverInstanceType','_initMenus','decorate','_initCommands','UNIVER_SHEET','length','OTHERS','string','_injector','_menuManagerService','_config','function','@univerjs/sheets','search','UniverExchangeClientPlugin','SheetsExchangeClientMenuSchema','IExchangeOperateService','version'];_0x4f18=function(){return _0x578042;};return _0x4f18();}
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 _0x5543(){var _0x16b49f=['exports','فتح\x20(ملف)','16WaRzpE','597838mQgpQp','object','678393UPOrdf','حفظ\x20باسم','8164pUrotT','3YiEfdl','2555504AwNlvc','3471630RGgXMg','615aRQOgt','569900vYyaAg','2594490HiJVsi','UniverProSheetsExchangeClientArSA'];_0x5543=function(){return _0x16b49f;};return _0x5543();}function _0x50a6(_0x4382c4,_0x34528f){_0x4382c4=_0x4382c4-0xe1;var _0x5543c5=_0x5543();var _0x50a6fe=_0x5543c5[_0x4382c4];return _0x50a6fe;}(function(_0x10ca64,_0x5cb8e1){var _0x497aeb=_0x50a6,_0x344a7b=_0x10ca64();while(!![]){try{var _0x2eb3cc=-parseInt(_0x497aeb(0xe8))/0x1+-parseInt(_0x497aeb(0xee))/0x2*(-parseInt(_0x497aeb(0xe4))/0x3)+parseInt(_0x497aeb(0xe3))/0x4*(parseInt(_0x497aeb(0xe7))/0x5)+parseInt(_0x497aeb(0xe6))/0x6+-parseInt(_0x497aeb(0xe5))/0x7+-parseInt(_0x497aeb(0xed))/0x8*(parseInt(_0x497aeb(0xe1))/0x9)+parseInt(_0x497aeb(0xe9))/0xa;if(_0x2eb3cc===_0x5cb8e1)break;else _0x344a7b['push'](_0x344a7b['shift']());}catch(_0x571a6d){_0x344a7b['push'](_0x344a7b['shift']());}}}(_0x5543,0x49cd2),function(_0xbff0ae,_0x53ea23){var _0x45fd93=_0x50a6;typeof exports==_0x45fd93(0xef)&&typeof module<'u'?module[_0x45fd93(0xeb)]=_0x53ea23():typeof define=='function'&&define['amd']?define([],_0x53ea23):(_0xbff0ae=typeof globalThis<'u'?globalThis:_0xbff0ae||self,_0xbff0ae[_0x45fd93(0xea)]=_0x53ea23());}(this,function(){var _0x150748=_0x50a6;return{'sheets-exchange-client':{'file':'ملف','upload':_0x150748(0xec),'download':_0x150748(0xe2)}};}));
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(_0x3392f0,_0x382bcd){var _0x212360=_0x5771,_0x487fb6=_0x3392f0();while(!![]){try{var _0x484f54=parseInt(_0x212360(0x1e0))/0x1+-parseInt(_0x212360(0x1dc))/0x2*(-parseInt(_0x212360(0x1d8))/0x3)+parseInt(_0x212360(0x1d7))/0x4*(-parseInt(_0x212360(0x1d4))/0x5)+parseInt(_0x212360(0x1d0))/0x6*(-parseInt(_0x212360(0x1d5))/0x7)+parseInt(_0x212360(0x1d3))/0x8*(parseInt(_0x212360(0x1d2))/0x9)+-parseInt(_0x212360(0x1de))/0xa*(-parseInt(_0x212360(0x1df))/0xb)+parseInt(_0x212360(0x1d9))/0xc*(-parseInt(_0x212360(0x1db))/0xd);if(_0x484f54===_0x382bcd)break;else _0x487fb6['push'](_0x487fb6['shift']());}catch(_0x12a28f){_0x487fb6['push'](_0x487fb6['shift']());}}}(_0x4550,0x67059),function(_0x348758,_0x4a18e7){var _0x50494e=_0x5771;typeof exports==_0x50494e(0x1cf)&&typeof module<'u'?module['exports']=_0x4a18e7():typeof define==_0x50494e(0x1ce)&&define[_0x50494e(0x1dd)]?define([],_0x4a18e7):(_0x348758=typeof globalThis<'u'?globalThis:_0x348758||self,_0x348758['UniverProSheetsExchangeClientCaES']=_0x4a18e7());}(this,function(){var _0x1f380b=_0x5771;return{'sheets-exchange-client':{'file':_0x1f380b(0x1d1),'upload':_0x1f380b(0x1da),'download':_0x1f380b(0x1d6)}};}));function _0x5771(_0xf846e,_0x4c8ebf){_0xf846e=_0xf846e-0x1ce;var _0x455030=_0x4550();var _0x57717b=_0x455030[_0xf846e];return _0x57717b;}function _0x4550(){var _0x4ecc95=['object','172860QYWWgT','Fitxer','36tnqmBr','1531688IJsPCs','361010Sigrta','182YArxTM','Anomena\x20i\x20desa','4ZsWYWm','2268PQNisi','3372gloHNn','Obrir(Fitxer)','76115pNfpAA','2062qfhaHm','amd','5100910tDMKZZ','11QzjGZt','833123nOOwZy','function'];_0x4550=function(){return _0x4ecc95;};return _0x4550();}
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(_0x4b6d31,_0x19a9a3){var _0x11e2b4=_0x1da8,_0x5be47d=_0x4b6d31();while(!![]){try{var _0x236f66=parseInt(_0x11e2b4(0xdb))/0x1*(parseInt(_0x11e2b4(0xda))/0x2)+parseInt(_0x11e2b4(0xdf))/0x3*(parseInt(_0x11e2b4(0xdd))/0x4)+-parseInt(_0x11e2b4(0xdc))/0x5+parseInt(_0x11e2b4(0xe4))/0x6+-parseInt(_0x11e2b4(0xd9))/0x7+-parseInt(_0x11e2b4(0xe0))/0x8+parseInt(_0x11e2b4(0xe1))/0x9;if(_0x236f66===_0x19a9a3)break;else _0x5be47d['push'](_0x5be47d['shift']());}catch(_0x3f7b2a){_0x5be47d['push'](_0x5be47d['shift']());}}}(_0x3fa3,0xe6e86),function(_0x56f198,_0x3d738c){var _0x1ae5bc=_0x1da8;typeof exports=='object'&&typeof module<'u'?module[_0x1ae5bc(0xe5)]=_0x3d738c():typeof define==_0x1ae5bc(0xde)&&define[_0x1ae5bc(0xe2)]?define([],_0x3d738c):(_0x56f198=typeof globalThis<'u'?globalThis:_0x56f198||self,_0x56f198[_0x1ae5bc(0xd6)]=_0x3d738c());}(this,function(){var _0x195ec4=_0x1da8;return{'sheets-exchange-client':{'file':_0x195ec4(0xd7),'upload':_0x195ec4(0xd8),'download':_0x195ec4(0xe3)}};}));function _0x1da8(_0x3794d1,_0x445e42){_0x3794d1=_0x3794d1-0xd6;var _0x3fa3b7=_0x3fa3();var _0x1da8c6=_0x3fa3b7[_0x3794d1];return _0x1da8c6;}function _0x3fa3(){var _0x249428=['Datei','Öffnen\x20(Datei)','7248682VpxYME','934HYHWpD','358YBFIdv','5005990KddVKy','89352zqRkXl','function','69iphRhp','3799752ZbDiGW','24630975aydUsr','amd','Speichern\x20unter','238536tMvwmJ','exports','UniverProSheetsExchangeClientDeDE'];_0x3fa3=function(){return _0x249428;};return _0x3fa3();}
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 _0x4e76(_0x3a527b,_0x31a064){_0x3a527b=_0x3a527b-0xe8;var _0x44f0bc=_0x44f0();var _0x4e765d=_0x44f0bc[_0x3a527b];return _0x4e765d;}function _0x44f0(){var _0xff8aa4=['517856bQlpGC','9vxPMxT','256wlqAvk','2XKIMXI','30jIEjcz','Open(File)','Save\x20As','File','amd','66822hzMHEu','2235660oVDWTh','603434RPFNGO','22796367PpqhpP','5813790OaIWRS','exports','1025079PZUWhr'];_0x44f0=function(){return _0xff8aa4;};return _0x44f0();}(function(_0x46a96c,_0x568d1c){var _0x3dc1ef=_0x4e76,_0x43233f=_0x46a96c();while(!![]){try{var _0x11e8c6=parseInt(_0x3dc1ef(0xed))/0x1*(-parseInt(_0x3dc1ef(0xf5))/0x2)+parseInt(_0x3dc1ef(0xe9))/0x3+-parseInt(_0x3dc1ef(0xea))/0x4*(parseInt(_0x3dc1ef(0xee))/0x5)+parseInt(_0x3dc1ef(0xf4))/0x6+parseInt(_0x3dc1ef(0xf3))/0x7*(-parseInt(_0x3dc1ef(0xec))/0x8)+parseInt(_0x3dc1ef(0xeb))/0x9*(-parseInt(_0x3dc1ef(0xf7))/0xa)+parseInt(_0x3dc1ef(0xf6))/0xb;if(_0x11e8c6===_0x568d1c)break;else _0x43233f['push'](_0x43233f['shift']());}catch(_0x3850b7){_0x43233f['push'](_0x43233f['shift']());}}}(_0x44f0,0x7edcf),function(_0x438ad7,_0x3e5dbf){var _0x238cc7=_0x4e76;typeof exports=='object'&&typeof module<'u'?module[_0x238cc7(0xe8)]=_0x3e5dbf():typeof define=='function'&&define[_0x238cc7(0xf2)]?define([],_0x3e5dbf):(_0x438ad7=typeof globalThis<'u'?globalThis:_0x438ad7||self,_0x438ad7['UniverProSheetsExchangeClientEnUS']=_0x3e5dbf());}(this,function(){var _0x1b895d=_0x4e76;return{'sheets-exchange-client':{'file':_0x1b895d(0xf1),'upload':_0x1b895d(0xef),'download':_0x1b895d(0xf0)}};}));
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(_0x489b25,_0x1aab5b){var _0x1fa22c=_0x611b,_0x1653f2=_0x489b25();while(!![]){try{var _0x5e4dc0=-parseInt(_0x1fa22c(0x10b))/0x1+-parseInt(_0x1fa22c(0xfe))/0x2*(parseInt(_0x1fa22c(0x106))/0x3)+parseInt(_0x1fa22c(0x101))/0x4*(-parseInt(_0x1fa22c(0x105))/0x5)+-parseInt(_0x1fa22c(0x107))/0x6*(parseInt(_0x1fa22c(0xff))/0x7)+parseInt(_0x1fa22c(0xfc))/0x8+parseInt(_0x1fa22c(0x109))/0x9+parseInt(_0x1fa22c(0x10a))/0xa*(parseInt(_0x1fa22c(0x104))/0xb);if(_0x5e4dc0===_0x1aab5b)break;else _0x1653f2['push'](_0x1653f2['shift']());}catch(_0x283401){_0x1653f2['push'](_0x1653f2['shift']());}}}(_0x431d,0xd1698),function(_0x10b552,_0x3c603e){var _0x17fb43=_0x611b;typeof exports=='object'&&typeof module<'u'?module[_0x17fb43(0xfd)]=_0x3c603e():typeof define==_0x17fb43(0x102)&&define[_0x17fb43(0x108)]?define([],_0x3c603e):(_0x10b552=typeof globalThis<'u'?globalThis:_0x10b552||self,_0x10b552[_0x17fb43(0x100)]=_0x3c603e());}(this,function(){var _0x540cfd=_0x611b;return{'sheets-exchange-client':{'file':'Archivo','upload':_0x540cfd(0x103),'download':'Guardar\x20como'}};}));function _0x611b(_0x2a0e99,_0x43daa3){_0x2a0e99=_0x2a0e99-0xfc;var _0x431df7=_0x431d();var _0x611b15=_0x431df7[_0x2a0e99];return _0x611b15;}function _0x431d(){var _0x4c479a=['11415880BKWwxH','exports','1679090pXcKvD','2968553bJuQEZ','UniverProSheetsExchangeClientEsES','4NcsVYn','function','Abrir(Archivo)','23657920IuTdNW','3010555zYFHef','3pAPVXx','12xdgTQV','amd','7402302JmIbcg','10TfTEmn','1252617XNqmhs'];_0x431d=function(){return _0x4c479a;};return _0x431d();}
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 _0x310e(){var _0x1bef2e=['8894185lDqotX','290196TkgzoH','7274IivPmP','ذخیره\x20به\x20عنوان','amd','1078835lwBZdJ','بازکردن(فایل)','6968920berMGp','exports','object','فایل','21330112ZCgYNY','1137YWzPjr','6191442EtGoce','function'];_0x310e=function(){return _0x1bef2e;};return _0x310e();}function _0x4f0e(_0x2c51e9,_0x497be6){_0x2c51e9=_0x2c51e9-0xf8;var _0x310e45=_0x310e();var _0x4f0e8f=_0x310e45[_0x2c51e9];return _0x4f0e8f;}(function(_0x25424c,_0x3e919c){var _0x6645b5=_0x4f0e,_0x3e05cf=_0x25424c();while(!![]){try{var _0xfa3a3e=parseInt(_0x6645b5(0x100))/0x1+parseInt(_0x6645b5(0xfd))/0x2*(-parseInt(_0x6645b5(0xf8))/0x3)+parseInt(_0x6645b5(0xfc))/0x4+parseInt(_0x6645b5(0xfb))/0x5+parseInt(_0x6645b5(0xf9))/0x6+parseInt(_0x6645b5(0x102))/0x7+-parseInt(_0x6645b5(0x106))/0x8;if(_0xfa3a3e===_0x3e919c)break;else _0x3e05cf['push'](_0x3e05cf['shift']());}catch(_0x1defb8){_0x3e05cf['push'](_0x3e05cf['shift']());}}}(_0x310e,0xdee69),function(_0x36d0c4,_0x5999e1){var _0x443dc3=_0x4f0e;typeof exports==_0x443dc3(0x104)&&typeof module<'u'?module[_0x443dc3(0x103)]=_0x5999e1():typeof define==_0x443dc3(0xfa)&&define[_0x443dc3(0xff)]?define([],_0x5999e1):(_0x36d0c4=typeof globalThis<'u'?globalThis:_0x36d0c4||self,_0x36d0c4['UniverProSheetsExchangeClientFaIR']=_0x5999e1());}(this,function(){var _0x24149d=_0x4f0e;return{'sheets-exchange-client':{'file':_0x24149d(0x105),'upload':_0x24149d(0x101),'download':_0x24149d(0xfe)}};}));
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 _0x211a(){var _0x2e6067=['23338fsLWit','exports','9470OZTAWj','1146FkXRuI','8bdMLOl','Ouvrir\x20(Fichier)','28699cSOqUv','object','UniverProSheetsExchangeClientFrFR','22OZHsSZ','1716105GmAEAv','9117txlPDX','10585TZhAnq','Fichier','amd','23008645kGfrXQ','Enregistrer\x20sous','6100920AbjlDo','function','12QRuVWL'];_0x211a=function(){return _0x2e6067;};return _0x211a();}function _0xac03(_0x75a012,_0x2a4db8){_0x75a012=_0x75a012-0x1d5;var _0x211a40=_0x211a();var _0xac037b=_0x211a40[_0x75a012];return _0xac037b;}(function(_0x253b64,_0x11ad43){var _0x203a7b=_0xac03,_0x3b65f8=_0x253b64();while(!![]){try{var _0x113433=parseInt(_0x203a7b(0x1dd))/0x1*(parseInt(_0x203a7b(0x1e0))/0x2)+-parseInt(_0x203a7b(0x1e1))/0x3*(-parseInt(_0x203a7b(0x1db))/0x4)+-parseInt(_0x203a7b(0x1e3))/0x5*(parseInt(_0x203a7b(0x1da))/0x6)+parseInt(_0x203a7b(0x1d7))/0x7+parseInt(_0x203a7b(0x1e8))/0x8+parseInt(_0x203a7b(0x1e2))/0x9*(parseInt(_0x203a7b(0x1d9))/0xa)+parseInt(_0x203a7b(0x1e6))/0xb*(-parseInt(_0x203a7b(0x1d6))/0xc);if(_0x113433===_0x11ad43)break;else _0x3b65f8['push'](_0x3b65f8['shift']());}catch(_0x38865b){_0x3b65f8['push'](_0x3b65f8['shift']());}}}(_0x211a,0xa8351),function(_0x4eb12a,_0x58c9bd){var _0xe6126c=_0xac03;typeof exports==_0xe6126c(0x1de)&&typeof module<'u'?module[_0xe6126c(0x1d8)]=_0x58c9bd():typeof define==_0xe6126c(0x1d5)&&define[_0xe6126c(0x1e5)]?define([],_0x58c9bd):(_0x4eb12a=typeof globalThis<'u'?globalThis:_0x4eb12a||self,_0x4eb12a[_0xe6126c(0x1df)]=_0x58c9bd());}(this,function(){var _0x538e25=_0xac03;return{'sheets-exchange-client':{'file':_0x538e25(0x1e4),'upload':_0x538e25(0x1dc),'download':_0x538e25(0x1e7)}};}));
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 _0x161d(){var _0x1bd5eb=['UniverProSheetsExchangeClientIdID','object','2566767hqGrvj','1063WhopSr','5388960PZpMtu','function','4159692sekFbg','964AqtUBQ','36RomZQc','895545aFmGmu','Buka(File)','26067933xtaImm','File','10165iibUic'];_0x161d=function(){return _0x1bd5eb;};return _0x161d();}function _0x3c0f(_0x360909,_0x2bf901){_0x360909=_0x360909-0x8a;var _0x161d5f=_0x161d();var _0x3c0f18=_0x161d5f[_0x360909];return _0x3c0f18;}(function(_0x3c9256,_0x2c8b99){var _0x506bd2=_0x3c0f,_0x24cb81=_0x3c9256();while(!![]){try{var _0x16c757=parseInt(_0x506bd2(0x92))/0x1*(-parseInt(_0x506bd2(0x97))/0x2)+-parseInt(_0x506bd2(0x8a))/0x3+parseInt(_0x506bd2(0x96))/0x4*(-parseInt(_0x506bd2(0x8e))/0x5)+-parseInt(_0x506bd2(0x95))/0x6+-parseInt(_0x506bd2(0x91))/0x7+-parseInt(_0x506bd2(0x93))/0x8+parseInt(_0x506bd2(0x8c))/0x9;if(_0x16c757===_0x2c8b99)break;else _0x24cb81['push'](_0x24cb81['shift']());}catch(_0x2ce86f){_0x24cb81['push'](_0x24cb81['shift']());}}}(_0x161d,0x56bb4),function(_0xa680a0,_0x5acf4b){var _0xcf9aec=_0x3c0f;typeof exports==_0xcf9aec(0x90)&&typeof module<'u'?module['exports']=_0x5acf4b():typeof define==_0xcf9aec(0x94)&&define['amd']?define([],_0x5acf4b):(_0xa680a0=typeof globalThis<'u'?globalThis:_0xa680a0||self,_0xa680a0[_0xcf9aec(0x8f)]=_0x5acf4b());}(this,function(){var _0x4e09a1=_0x3c0f;return{'sheets-exchange-client':{'file':_0x4e09a1(0x8d),'upload':_0x4e09a1(0x8b),'download':'Simpan\x20Sebagai'}};}));
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 _0x4cbc(_0x4c05c0,_0x221ef5){_0x4c05c0=_0x4c05c0-0xef;var _0x1a37d7=_0x1a37();var _0x4cbce2=_0x1a37d7[_0x4c05c0];return _0x4cbce2;}function _0x1a37(){var _0x2de56e=['793396PGhQTc','function','11040132TZTwHj','amd','8749865DrKTHl','2142556sLzzWt','File','39210600PJquTW','4160511PbmOJZ','1xDlvHn','object','6147596qLEaMh','UniverProSheetsExchangeClientItIT'];_0x1a37=function(){return _0x2de56e;};return _0x1a37();}(function(_0xc81e29,_0x453839){var _0x5c5204=_0x4cbc,_0x1cb6c4=_0xc81e29();while(!![]){try{var _0xb48b58=-parseInt(_0x5c5204(0xf4))/0x1*(parseInt(_0x5c5204(0xf0))/0x2)+parseInt(_0x5c5204(0xf3))/0x3+parseInt(_0x5c5204(0xf8))/0x4+-parseInt(_0x5c5204(0xef))/0x5+-parseInt(_0x5c5204(0xfa))/0x6+-parseInt(_0x5c5204(0xf6))/0x7+parseInt(_0x5c5204(0xf2))/0x8;if(_0xb48b58===_0x453839)break;else _0x1cb6c4['push'](_0x1cb6c4['shift']());}catch(_0x17ac22){_0x1cb6c4['push'](_0x1cb6c4['shift']());}}}(_0x1a37,0xe7342),function(_0x3ce48b,_0xe5e571){var _0x5acd1a=_0x4cbc;typeof exports==_0x5acd1a(0xf5)&&typeof module<'u'?module['exports']=_0xe5e571():typeof define==_0x5acd1a(0xf9)&&define[_0x5acd1a(0xfb)]?define([],_0xe5e571):(_0x3ce48b=typeof globalThis<'u'?globalThis:_0x3ce48b||self,_0x3ce48b[_0x5acd1a(0xf7)]=_0xe5e571());}(this,function(){var _0x28ed18=_0x4cbc;return{'sheets-exchange-client':{'file':_0x28ed18(0xf1),'upload':'Apri\x20(File)','download':'Salva\x20con\x20nome'}};}));
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(_0x12e3c0,_0x419379){var _0x3c9a92=_0x5993,_0x12f2a9=_0x12e3c0();while(!![]){try{var _0x5e95b3=-parseInt(_0x3c9a92(0x16e))/0x1*(parseInt(_0x3c9a92(0x178))/0x2)+-parseInt(_0x3c9a92(0x172))/0x3+-parseInt(_0x3c9a92(0x171))/0x4+-parseInt(_0x3c9a92(0x174))/0x5+parseInt(_0x3c9a92(0x179))/0x6+parseInt(_0x3c9a92(0x175))/0x7+parseInt(_0x3c9a92(0x177))/0x8;if(_0x5e95b3===_0x419379)break;else _0x12f2a9['push'](_0x12f2a9['shift']());}catch(_0x437bc2){_0x12f2a9['push'](_0x12f2a9['shift']());}}}(_0xf566,0x6f0e9),function(_0x19d467,_0xdd11bb){var _0x5e3538=_0x5993;typeof exports==_0x5e3538(0x173)&&typeof module<'u'?module[_0x5e3538(0x16f)]=_0xdd11bb():typeof define=='function'&&define[_0x5e3538(0x170)]?define([],_0xdd11bb):(_0x19d467=typeof globalThis<'u'?globalThis:_0x19d467||self,_0x19d467[_0x5e3538(0x176)]=_0xdd11bb());}(this,function(){var _0x695799=_0x5993;return{'sheets-exchange-client':{'file':'ファイル','upload':'開く(ファイル)','download':_0x695799(0x17a)}};}));function _0x5993(_0x511326,_0x77274e){_0x511326=_0x511326-0x16e;var _0xf56677=_0xf566();var _0x5993dc=_0xf56677[_0x511326];return _0x5993dc;}function _0xf566(){var _0x17d996=['2352528FHWgvN','名前を付けて保存','46oyzZlK','exports','amd','873688hhrTEQ','2283051fLsnei','object','1233665pdDXTC','5571727rqXoTb','UniverProSheetsExchangeClientJaJP','5174320NmxOMH','6686JncqQK'];_0xf566=function(){return _0x17d996;};return _0xf566();}
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(_0x36e1c9,_0x4cf978){var _0x4a6155=_0x5d35,_0x529ae8=_0x36e1c9();while(!![]){try{var _0x8d002c=parseInt(_0x4a6155(0x16a))/0x1*(-parseInt(_0x4a6155(0x16d))/0x2)+parseInt(_0x4a6155(0x169))/0x3+-parseInt(_0x4a6155(0x167))/0x4+parseInt(_0x4a6155(0x171))/0x5+parseInt(_0x4a6155(0x174))/0x6+parseInt(_0x4a6155(0x16f))/0x7+-parseInt(_0x4a6155(0x172))/0x8*(-parseInt(_0x4a6155(0x168))/0x9);if(_0x8d002c===_0x4cf978)break;else _0x529ae8['push'](_0x529ae8['shift']());}catch(_0x55a10f){_0x529ae8['push'](_0x529ae8['shift']());}}}(_0x161f,0x6d635),function(_0x1b6f72,_0x1d4dbb){var _0x5daeab=_0x5d35;typeof exports==_0x5daeab(0x16b)&&typeof module<'u'?module[_0x5daeab(0x173)]=_0x1d4dbb():typeof define=='function'&&define[_0x5daeab(0x170)]?define([],_0x1d4dbb):(_0x1b6f72=typeof globalThis<'u'?globalThis:_0x1b6f72||self,_0x1b6f72[_0x5daeab(0x16e)]=_0x1d4dbb());}(this,function(){var _0x40a946=_0x5d35;return{'sheets-exchange-client':{'file':'파일','upload':_0x40a946(0x16c),'download':'다른\x20이름으로\x20저장'}};}));function _0x5d35(_0x16a63a,_0x4fd226){_0x16a63a=_0x16a63a-0x167;var _0x161f8a=_0x161f();var _0x5d3549=_0x161f8a[_0x16a63a];return _0x5d3549;}function _0x161f(){var _0xb5fad6=['amd','252320TiInDL','48568yCPjLI','exports','1824924lPnQIO','2395920xfusnp','540zrdFYg','1579293xVVgoc','1961RlCtvc','object','열기(파일)','342gnMJSO','UniverProSheetsExchangeClientKoKR','959385IBdngY'];_0x161f=function(){return _0xb5fad6;};return _0x161f();}
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 _0x2983(_0x1721ab,_0x548ee9){_0x1721ab=_0x1721ab-0x18e;var _0x294d35=_0x294d();var _0x298380=_0x294d35[_0x1721ab];return _0x298380;}function _0x294d(){var _0x133949=['3831690WUfcnD','amd','Otwórz\x20(plik)','1212472aQVGsj','57zPciGc','exports','13782ZoHLcR','Zapisz\x20jako','9RWchwT','3940QpYKkW','15090603eVGPpU','4eoEGSA','645cTtNUx','2622543PFXJZY','UniverProSheetsExchangeClientPlPL','Plik','213830rKjlUp','object'];_0x294d=function(){return _0x133949;};return _0x294d();}(function(_0x633d3b,_0x3ea08d){var _0x186955=_0x2983,_0x38129a=_0x633d3b();while(!![]){try{var _0x26d507=parseInt(_0x186955(0x19c))/0x1*(parseInt(_0x186955(0x197))/0x2)+parseInt(_0x186955(0x190))/0x3*(-parseInt(_0x186955(0x195))/0x4)+parseInt(_0x186955(0x198))/0x5*(parseInt(_0x186955(0x192))/0x6)+parseInt(_0x186955(0x199))/0x7+-parseInt(_0x186955(0x18f))/0x8*(-parseInt(_0x186955(0x194))/0x9)+parseInt(_0x186955(0x19e))/0xa+-parseInt(_0x186955(0x196))/0xb;if(_0x26d507===_0x3ea08d)break;else _0x38129a['push'](_0x38129a['shift']());}catch(_0x58a5d7){_0x38129a['push'](_0x38129a['shift']());}}}(_0x294d,0x3b44a),function(_0x438aef,_0xa9b636){var _0x5fa0b2=_0x2983;typeof exports==_0x5fa0b2(0x19d)&&typeof module<'u'?module[_0x5fa0b2(0x191)]=_0xa9b636():typeof define=='function'&&define[_0x5fa0b2(0x19f)]?define([],_0xa9b636):(_0x438aef=typeof globalThis<'u'?globalThis:_0x438aef||self,_0x438aef[_0x5fa0b2(0x19a)]=_0xa9b636());}(this,function(){var _0x51916f=_0x2983;return{'sheets-exchange-client':{'file':_0x51916f(0x19b),'upload':_0x51916f(0x18e),'download':_0x51916f(0x193)}};}));
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 _0x13d1(){var _0x2d3137=['52095lDTgMm','3278wUuYnN','Arquivo','function','Salvar\x20Como','object','42ZWerkc','16qfecba','UniverProSheetsExchangeClientPtBR','4010NVFrRK','3445497VYJXnJ','39958ofqlZI','860146wLHhYY','Abrir\x20(Arquivo)','420ShCPMd','415038ADTmeS','108981UTByaz'];_0x13d1=function(){return _0x2d3137;};return _0x13d1();}function _0x1ae5(_0x3d224b,_0x247cc6){_0x3d224b=_0x3d224b-0x145;var _0x13d1db=_0x13d1();var _0x1ae500=_0x13d1db[_0x3d224b];return _0x1ae500;}(function(_0x59928e,_0x1d152f){var _0x239d5c=_0x1ae5,_0x550d7a=_0x59928e();while(!![]){try{var _0x328725=-parseInt(_0x239d5c(0x155))/0x1*(parseInt(_0x239d5c(0x150))/0x2)+parseInt(_0x239d5c(0x149))/0x3+-parseInt(_0x239d5c(0x147))/0x4*(-parseInt(_0x239d5c(0x14a))/0x5)+parseInt(_0x239d5c(0x148))/0x6+parseInt(_0x239d5c(0x145))/0x7*(-parseInt(_0x239d5c(0x151))/0x8)+parseInt(_0x239d5c(0x154))/0x9+-parseInt(_0x239d5c(0x153))/0xa*(-parseInt(_0x239d5c(0x14b))/0xb);if(_0x328725===_0x1d152f)break;else _0x550d7a['push'](_0x550d7a['shift']());}catch(_0x3786f9){_0x550d7a['push'](_0x550d7a['shift']());}}}(_0x13d1,0x969f8),function(_0x9758b,_0x344864){var _0x125bbf=_0x1ae5;typeof exports==_0x125bbf(0x14f)&&typeof module<'u'?module['exports']=_0x344864():typeof define==_0x125bbf(0x14d)&&define['amd']?define([],_0x344864):(_0x9758b=typeof globalThis<'u'?globalThis:_0x9758b||self,_0x9758b[_0x125bbf(0x152)]=_0x344864());}(this,function(){var _0x12456f=_0x1ae5;return{'sheets-exchange-client':{'file':_0x12456f(0x14c),'upload':_0x12456f(0x146),'download':_0x12456f(0x14e)}};}));
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(_0x126286,_0x37213f){var _0x1c7078=_0x4ac8,_0x313cfa=_0x126286();while(!![]){try{var _0x872c68=-parseInt(_0x1c7078(0x125))/0x1+parseInt(_0x1c7078(0x122))/0x2*(parseInt(_0x1c7078(0x126))/0x3)+parseInt(_0x1c7078(0x11b))/0x4+-parseInt(_0x1c7078(0x11c))/0x5*(-parseInt(_0x1c7078(0x123))/0x6)+-parseInt(_0x1c7078(0x129))/0x7*(parseInt(_0x1c7078(0x11e))/0x8)+-parseInt(_0x1c7078(0x11a))/0x9+parseInt(_0x1c7078(0x120))/0xa*(parseInt(_0x1c7078(0x11f))/0xb);if(_0x872c68===_0x37213f)break;else _0x313cfa['push'](_0x313cfa['shift']());}catch(_0x5d9b8f){_0x313cfa['push'](_0x313cfa['shift']());}}}(_0x549a,0xe46bf),function(_0x1bfe50,_0x63def){var _0xad9145=_0x4ac8;typeof exports==_0xad9145(0x11d)&&typeof module<'u'?module[_0xad9145(0x121)]=_0x63def():typeof define==_0xad9145(0x128)&&define[_0xad9145(0x124)]?define([],_0x63def):(_0x1bfe50=typeof globalThis<'u'?globalThis:_0x1bfe50||self,_0x1bfe50['UniverProSheetsExchangeClientRuRU']=_0x63def());}(this,function(){var _0x43ece6=_0x4ac8;return{'sheets-exchange-client':{'file':_0x43ece6(0x127),'upload':'Открыть(Файл)','download':'Сохранить\x20как'}};}));function _0x4ac8(_0x2b557b,_0x4cf392){_0x2b557b=_0x2b557b-0x11a;var _0x549a24=_0x549a();var _0x4ac84b=_0x549a24[_0x2b557b];return _0x4ac84b;}function _0x549a(){var _0x3e82c0=['function','2135378JuXwfP','3600126wiwKqR','3478876pPMOPK','5AXBjjl','object','32EkhSBG','4255427FkmUfd','10jlBBYj','exports','2776018dkEKia','9343566PogmMC','amd','1646001sMPPVV','3wVtamY','Файл'];_0x549a=function(){return _0x3e82c0;};return _0x549a();}
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 _0x4f1f(_0xa2aea7,_0x35d0aa){_0xa2aea7=_0xa2aea7-0x16f;var _0x49b55a=_0x49b5();var _0x4f1fd9=_0x49b55a[_0xa2aea7];return _0x4f1fd9;}function _0x49b5(){var _0x12d732=['2OmfcEW','5951SzuhgL','Uložiť\x20ako','UniverProSheetsExchangeClientSkSK','383280UUZqOd','exports','190063vXqlNA','function','1190772zDUBed','amd','Otvoriť\x20(súbor)','1066305DurOCt','70wOuzrC','7350KOeTxm','693054ItOnTp','327252ZbwIYf','Súbor','12PEVvzh'];_0x49b5=function(){return _0x12d732;};return _0x49b5();}(function(_0x3b4f1f,_0x10a0c5){var _0x3e497c=_0x4f1f,_0x47391a=_0x3b4f1f();while(!![]){try{var _0x57a300=parseInt(_0x3e497c(0x170))/0x1*(parseInt(_0x3e497c(0x17c))/0x2)+parseInt(_0x3e497c(0x17b))/0x3*(-parseInt(_0x3e497c(0x179))/0x4)+parseInt(_0x3e497c(0x175))/0x5+parseInt(_0x3e497c(0x172))/0x6+parseInt(_0x3e497c(0x176))/0x7*(parseInt(_0x3e497c(0x180))/0x8)+-parseInt(_0x3e497c(0x178))/0x9+parseInt(_0x3e497c(0x177))/0xa*(-parseInt(_0x3e497c(0x17d))/0xb);if(_0x57a300===_0x10a0c5)break;else _0x47391a['push'](_0x47391a['shift']());}catch(_0x2b4db2){_0x47391a['push'](_0x47391a['shift']());}}}(_0x49b5,0x441d1),function(_0x1fb690,_0x1db548){var _0x36dd06=_0x4f1f;typeof exports=='object'&&typeof module<'u'?module[_0x36dd06(0x16f)]=_0x1db548():typeof define==_0x36dd06(0x171)&&define[_0x36dd06(0x173)]?define([],_0x1db548):(_0x1fb690=typeof globalThis<'u'?globalThis:_0x1fb690||self,_0x1fb690[_0x36dd06(0x17f)]=_0x1db548());}(this,function(){var _0x337b1c=_0x4f1f;return{'sheets-exchange-client':{'file':_0x337b1c(0x17a),'upload':_0x337b1c(0x174),'download':_0x337b1c(0x17e)}};}));
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 _0x2fa3(_0x39f911,_0x326be6){_0x39f911=_0x39f911-0x7a;var _0x325c4f=_0x325c();var _0x2fa3b9=_0x325c4f[_0x39f911];return _0x2fa3b9;}(function(_0x5cb0cd,_0x478892){var _0x215d2b=_0x2fa3,_0x528d46=_0x5cb0cd();while(!![]){try{var _0x38f9cb=-parseInt(_0x215d2b(0x7b))/0x1+-parseInt(_0x215d2b(0x80))/0x2+parseInt(_0x215d2b(0x84))/0x3+parseInt(_0x215d2b(0x7d))/0x4+parseInt(_0x215d2b(0x81))/0x5+parseInt(_0x215d2b(0x86))/0x6*(parseInt(_0x215d2b(0x7a))/0x7)+-parseInt(_0x215d2b(0x82))/0x8*(parseInt(_0x215d2b(0x7f))/0x9);if(_0x38f9cb===_0x478892)break;else _0x528d46['push'](_0x528d46['shift']());}catch(_0x37a90b){_0x528d46['push'](_0x528d46['shift']());}}}(_0x325c,0xaa873),function(_0x5fd09e,_0x30e955){var _0x401b62=_0x2fa3;typeof exports==_0x401b62(0x88)&&typeof module<'u'?module[_0x401b62(0x7e)]=_0x30e955():typeof define=='function'&&define[_0x401b62(0x87)]?define([],_0x30e955):(_0x5fd09e=typeof globalThis<'u'?globalThis:_0x5fd09e||self,_0x5fd09e['UniverProSheetsExchangeClientViVN']=_0x30e955());}(this,function(){var _0xfe8c48=_0x2fa3;return{'sheets-exchange-client':{'file':_0xfe8c48(0x85),'upload':_0xfe8c48(0x7c),'download':_0xfe8c48(0x83)}};}));function _0x325c(){var _0x417c42=['3870sGyaQO','amd','object','10759pJcwMk','491439lsCcrE','Mở\x20(Tệp)','3976616ZIbJUY','exports','9hhyoOr','87902MoSLho','6662240LaLvGO','27036200ualjDr','Lưu\x20dưới\x20dạng','3886293ZuPgmE','Tệp'];_0x325c=function(){return _0x417c42;};return _0x325c();}
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 _0x372c(){var _0x26ae3a=['1060274EThwgU','29025FmTfTj','function','UniverProSheetsExchangeClientZhCN','2660706hCTaHe','object','2251496PASNPT','另存为','800770zkZPwH','1241548fXkyDV','27vwvqPp','7gAIWyx','amd','2790003jHBKJd','396ouPlyG','632ANxPuD'];_0x372c=function(){return _0x26ae3a;};return _0x372c();}function _0x377c(_0x22c035,_0x38ed6c){_0x22c035=_0x22c035-0x14b;var _0x372c19=_0x372c();var _0x377ce5=_0x372c19[_0x22c035];return _0x377ce5;}(function(_0x251baa,_0x57cb7c){var _0xad09e1=_0x377c,_0x375d67=_0x251baa();while(!![]){try{var _0xad8b44=-parseInt(_0xad09e1(0x14c))/0x1+-parseInt(_0xad09e1(0x155))/0x2+-parseInt(_0xad09e1(0x159))/0x3+parseInt(_0xad09e1(0x14b))/0x4*(-parseInt(_0xad09e1(0x14d))/0x5)+parseInt(_0xad09e1(0x150))/0x6*(parseInt(_0xad09e1(0x157))/0x7)+parseInt(_0xad09e1(0x152))/0x8*(parseInt(_0xad09e1(0x156))/0x9)+-parseInt(_0xad09e1(0x154))/0xa*(-parseInt(_0xad09e1(0x15a))/0xb);if(_0xad8b44===_0x57cb7c)break;else _0x375d67['push'](_0x375d67['shift']());}catch(_0x3d4c75){_0x375d67['push'](_0x375d67['shift']());}}}(_0x372c,0x9ccf7),function(_0x41908c,_0x1409ba){var _0xc33e80=_0x377c;typeof exports==_0xc33e80(0x151)&&typeof module<'u'?module['exports']=_0x1409ba():typeof define==_0xc33e80(0x14e)&&define[_0xc33e80(0x158)]?define([],_0x1409ba):(_0x41908c=typeof globalThis<'u'?globalThis:_0x41908c||self,_0x41908c[_0xc33e80(0x14f)]=_0x1409ba());}(this,function(){var _0x3c3c67=_0x377c;return{'sheets-exchange-client':{'file':'文件','upload':'打开(文件)','download':_0x3c3c67(0x153)}};}));
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 _0x1511(){var _0x61d82b=['另存為','exports','793771EeuVom','1410iUsyiW','2622596HUPvyl','491982ypdgvk','1138161zYzIDm','object','amd','2wdWdIB','1022499HesYSX','492616maMjCA','10866kgcPZL','36eCVEHZ','UniverProSheetsExchangeClientZhHK','70ZqKTDr','7IfhcuK'];_0x1511=function(){return _0x61d82b;};return _0x1511();}function _0x5d90(_0x3bd0bd,_0x2d8444){_0x3bd0bd=_0x3bd0bd-0x8d;var _0x151192=_0x1511();var _0x5d90c6=_0x151192[_0x3bd0bd];return _0x5d90c6;}(function(_0x2eed38,_0xcef377){var _0x3401f3=_0x5d90,_0x185db5=_0x2eed38();while(!![]){try{var _0x10a02d=-parseInt(_0x3401f3(0x94))/0x1+-parseInt(_0x3401f3(0x98))/0x2*(-parseInt(_0x3401f3(0x95))/0x3)+parseInt(_0x3401f3(0x93))/0x4+parseInt(_0x3401f3(0x92))/0x5*(parseInt(_0x3401f3(0x9b))/0x6)+parseInt(_0x3401f3(0x8e))/0x7*(-parseInt(_0x3401f3(0x9a))/0x8)+-parseInt(_0x3401f3(0x99))/0x9*(parseInt(_0x3401f3(0x8d))/0xa)+parseInt(_0x3401f3(0x91))/0xb*(parseInt(_0x3401f3(0x9c))/0xc);if(_0x10a02d===_0xcef377)break;else _0x185db5['push'](_0x185db5['shift']());}catch(_0x2ab2b4){_0x185db5['push'](_0x185db5['shift']());}}}(_0x1511,0x64ec9),function(_0x585023,_0x5cdcd6){var _0x190f3a=_0x5d90;typeof exports==_0x190f3a(0x96)&&typeof module<'u'?module[_0x190f3a(0x90)]=_0x5cdcd6():typeof define=='function'&&define[_0x190f3a(0x97)]?define([],_0x5cdcd6):(_0x585023=typeof globalThis<'u'?globalThis:_0x585023||self,_0x585023[_0x190f3a(0x9d)]=_0x5cdcd6());}(this,function(){var _0x30e0e8=_0x5d90;return{'sheets-exchange-client':{'file':'檔案','upload':'開啟(檔案)','download':_0x30e0e8(0x8f)}};}));
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)}};}));
@@ -1 +1 @@
1
- (function(_0x483320,_0x37e40a){var _0x1905e1=_0x1d72,_0x3f7940=_0x483320();while(!![]){try{var _0x782111=parseInt(_0x1905e1(0x1e2))/0x1*(parseInt(_0x1905e1(0x1dc))/0x2)+parseInt(_0x1905e1(0x1e3))/0x3*(-parseInt(_0x1905e1(0x1de))/0x4)+-parseInt(_0x1905e1(0x1e6))/0x5+parseInt(_0x1905e1(0x1d8))/0x6+-parseInt(_0x1905e1(0x1db))/0x7*(parseInt(_0x1905e1(0x1e0))/0x8)+-parseInt(_0x1905e1(0x1dd))/0x9+parseInt(_0x1905e1(0x1e5))/0xa;if(_0x782111===_0x37e40a)break;else _0x3f7940['push'](_0x3f7940['shift']());}catch(_0x4dee0f){_0x3f7940['push'](_0x3f7940['shift']());}}}(_0x3dda,0x69c8f),function(_0x32dcb8,_0x2c0aa0){var _0x5ec923=_0x1d72;typeof exports==_0x5ec923(0x1d9)&&typeof module<'u'?module[_0x5ec923(0x1df)]=_0x2c0aa0():typeof define=='function'&&define['amd']?define([],_0x2c0aa0):(_0x32dcb8=typeof globalThis<'u'?globalThis:_0x32dcb8||self,_0x32dcb8[_0x5ec923(0x1da)]=_0x2c0aa0());}(this,function(){var _0x36f5f8=_0x1d72;return{'sheets-exchange-client':{'file':'檔案','upload':_0x36f5f8(0x1e1),'download':_0x36f5f8(0x1e4)}};}));function _0x1d72(_0x3b68bc,_0x10e1fb){_0x3b68bc=_0x3b68bc-0x1d8;var _0x3dda1b=_0x3dda();var _0x1d72d9=_0x3dda1b[_0x3b68bc];return _0x1d72d9;}function _0x3dda(){var _0x323b81=['5676939TQGAzD','4PZyBCy','exports','136nQFVPy','開啟(檔案)','6WRTewF','2194503qlHDYu','另存為','12390680QNsFqs','686235dQocam','1966260rDHmbc','object','UniverProSheetsExchangeClientZhTW','154980KBQqWQ','247472GOijwy'];_0x3dda=function(){return _0x323b81;};return _0x3dda();}
1
+ (function(_0xf28340,_0x2ea1e6){var _0xc72391=_0x4bae,_0x50e700=_0xf28340();while(!![]){try{var _0x27365f=-parseInt(_0xc72391(0x188))/0x1+-parseInt(_0xc72391(0x184))/0x2*(parseInt(_0xc72391(0x186))/0x3)+parseInt(_0xc72391(0x189))/0x4+-parseInt(_0xc72391(0x185))/0x5+-parseInt(_0xc72391(0x180))/0x6+parseInt(_0xc72391(0x18c))/0x7+parseInt(_0xc72391(0x183))/0x8;if(_0x27365f===_0x2ea1e6)break;else _0x50e700['push'](_0x50e700['shift']());}catch(_0x533a1d){_0x50e700['push'](_0x50e700['shift']());}}}(_0x207f,0xe28f0),function(_0x41f159,_0x4a2fc0){var _0x63d965=_0x4bae;typeof exports==_0x63d965(0x18a)&&typeof module<'u'?module[_0x63d965(0x182)]=_0x4a2fc0():typeof define==_0x63d965(0x17f)&&define[_0x63d965(0x18b)]?define([],_0x4a2fc0):(_0x41f159=typeof globalThis<'u'?globalThis:_0x41f159||self,_0x41f159['UniverProSheetsExchangeClientZhTW']=_0x4a2fc0());}(this,function(){var _0x10640b=_0x4bae;return{'sheets-exchange-client':{'file':'檔案','upload':_0x10640b(0x181),'download':_0x10640b(0x187)}};}));function _0x4bae(_0x5efc3a,_0x51dcf5){_0x5efc3a=_0x5efc3a-0x17f;var _0x207f44=_0x207f();var _0x4bae9e=_0x207f44[_0x5efc3a];return _0x4bae9e;}function _0x207f(){var _0x4c2e88=['5100040lLLsul','object','amd','5555830XglZoF','function','3718860EBZsdU','開啟(檔案)','exports','7555640fgUjKb','48NyVnVM','2451595enkuAT','66819ajatQA','另存為','440490tGBTgF'];_0x207f=function(){return _0x4c2e88;};return _0x207f();}