gridjs-spreadsheet 25.6.0 → 25.7.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.
@@ -1,31 +0,0 @@
1
- package com.aspose.gridjs.demo;
2
-
3
- import org.springframework.beans.factory.annotation.Value;
4
- import org.springframework.context.annotation.Bean;
5
- import org.springframework.context.annotation.Configuration;
6
-
7
- import com.aspose.gridjs.GridJsOptions;
8
- import com.aspose.gridjs.GridJsService;
9
- import com.aspose.gridjs.IGridJsService;
10
-
11
- @Configuration
12
- public class MyConfig {
13
- @Value("${testconfig.CachePath}")
14
- public String cachePath;
15
-
16
-
17
- @Value("${testconfig.AsposeLicensePath}")
18
- public String asposeLicensePath;
19
-
20
- @Bean
21
- public GridJsOptions gridJsOptions() {
22
- GridJsOptions options=new GridJsOptions();
23
- options.setFileCacheDirectory(cachePath);
24
- return options;
25
- }
26
-
27
- @Bean
28
- public IGridJsService gridJsService(GridJsOptions gridJsOptions) throws Exception {
29
- return new GridJsService(gridJsOptions);
30
- }
31
- }
package/preview.gif DELETED
Binary file