Sort Score
Result 10 results
Languages All
Labels All
Results 3,731 - 3,740 of 26,950 for

excel worksheet

(1.45 sec)
  1. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...Workbook(file_path1); Worksheet sheet = workbook.Worksheets[0]; sheet.Cells...Workbook(file_path2); Worksheet sheet2 = workbook2.Worksheets[0]; sheet2...

    forum.aspose.com/t/cellshelper-dpi-120/322191
  2. 通过 C++ 和 Node.js 打开不同格式的文件|Documentation

    Aspose.Cells for Node.js via C++ API 允许您打开/读取 XLSX、HTML、CSV、ODS、TSV、SXC、FODS 等不同格式。...Cells 可以打开多种文件格式,如 Microsoft Excel 电子表格(XLS,XLSX,XLSM,XLSB),Sp...要打开这些文件,开发人员可以使用与打开不同 Microsoft Excel 版本文件相同的方法。 打开电子表格 ML 文件 SpreadsheetML...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-fil...
  3. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。... 在Excel中设置范围边框 要在Excel中设置范围的边框,可以按照以下步骤进行:...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-range-border/
  4. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....code with the given sample excel file and check its console output...srcDir + u "sample.xlsx" ); Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/cpp/decrease-the-calculat...
  5. How to Format Number to Special|Documentation

    This article will introduce how to format number to special using Aspose.Cells for Python via .NET API....numbers to a special format in Excel is a powerful feature that allows...numbers to a special format in Excel: Improved Readability : Special...

    docs.aspose.com/cells/python-net/how-to-format-...
  6. 如何在没有Excel的情况下通过Node.js和C++检查冻结状态|Documentation

    在本文中,您将学习如何使用带有C++库的Node.js以编程方式检查Excel工作表的冻结状态。...如何在没有Excel的情况下通过Node.js和C++检查冻结状态 Contents [ Hide ] 介绍 在本文中,...在本文中,我们将学习如何以编程方式检查Excel工作表的冻结状态。我们可以轻松地在MS Excel中查找工作表是否被冻结或拆分。但是,有没有办法用Node...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chec...
  7. Compact Number Formatting Missing for Negative ...

    When using compact number formatting (K, M, B) on chart axes, positive axis intervals are formatted correctly (e.g., 1.2K, 3.4M, 2.1B), but negative axis intervals display unformatted values (e.g., -1200, -3400000) inste…...both excel and ppt Added aspose java programs below Excel: public...// Get the first worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/compact-number-formatting-mi...
  8. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row, column, or cell. Convert the name of the cell to row and column index (zero‑based) using Aspose.Cells for JavaScript via C++....Hide ] The default view of Excel is A1‑style reference, each...manipulate specific data on the worksheet by row and column index, you...

    docs.aspose.com/cells/javascript-cpp/get-cells-...
  9. How to add a PivotChart using Aspose.Cells|Docu...

    How to add a PivotChart using Aspose.Cells....Cells: Add some data to worksheet cells using a Cell object’s...Add a pivot table to the worksheet by calling the PivotTables...

    docs.aspose.com/cells/java/how-to-add-pivot-chart/
  10. Specifying the Absolute Position of the Pivot I...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....download the source Excel and output Excel files for your reference...reference. If you open the output Excel file, you will see that the...

    docs.aspose.com/cells/nodejs-cpp/specifying-the...