SCUtil.java (2fa2a90f) SCUtil.java (3908dc91)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 43 unchanged lines hidden (view full) ---

52 * @author test
53 *
54 */
55
56public class SCUtil {
57
58 private static HashMap filterName = new HashMap();
59
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 43 unchanged lines hidden (view full) ---

52 * @author test
53 *
54 */
55
56public class SCUtil {
57
58 private static HashMap filterName = new HashMap();
59
60 public SCUtil() {
60 private SCUtil() {
61
62 }
63
64 /**
65 * Get spreadsheet document object
66 * @param xSpreadsheetComponent
67 * @return
68 * @throws Exception

--- 348 unchanged lines hidden ---
61
62 }
63
64 /**
65 * Get spreadsheet document object
66 * @param xSpreadsheetComponent
67 * @return
68 * @throws Exception

--- 348 unchanged lines hidden ---