Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 103,883 for

workbook

(0.12 sec)
  1. 支持使用 C++ 及 JavaScript 的 XAdES 签名|Documentation

    本文介绍如何用 C++ 及 JavaScript 及 Aspose.Cells 支持 XAdES 签名..."Run Example" to sign the workbook. </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat , DigitalSignature...

    docs.aspose.com/cells/zh/javascript-cpp/support...
  2. 通过JavaScript使用C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++保护Excel中的工作表,包括保护行、列和特定单元格。...Cells提供一个类 Workbook ,代表Microsoft Excel文件。 Workbook 类包含一个 worksheets..."text/javascript" > const { Workbook , SaveFormat , ProtectionType...

    docs.aspose.com/cells/zh/javascript-cpp/protect...
  3. 通过JavaScript的页面设置功能使用C++|Documentation

    探索使用C++的Aspose.Cells for JavaScript的页面设置功能。学习如何配置页面尺寸、方向和设置。...If none is selected, a new workbook will be created. </ p > <..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/page-se...
  4. Update Power Query Formula Item with JavaScript...

    Learn how to update the Power Query Formula item data source in an Excel file using Aspose.Cells for JavaScript via C++....Example </ h1 > < p > Select the workbook containing Power Query formulas...formulas and an optional source workbook to reference in the "Source"...

    docs.aspose.com/cells/javascript-cpp/update-pow...
  5. Cells#copyColumns results in incomplete formatt...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook Workbook = new Workbook("input.xlsx"); Worksheet worksheet = Workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…... Sample code: Workbook workbook = new Workbook("input.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections");...

    forum.aspose.com/t/cells-copycolumns-results-in...
  6. 用JavaScript通过C++指定共享公式的最大行数|Documentation

    学习如何使用C++的JavaScript指定共享公式的最大行数。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files ...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. Merge XLT Files Online or using C++ | products....

    Free online app to combine different XLT files. C++ merging library code to merge XLT worksheets into other formats....XLT using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xlt/
  8. Aspose compression is consuming more RAM and CP...

    Hi Team, We recently implemented compression to reduce file sizes. However, we’ve observed a significant increase in resource consumption, which has led to API performance degradation. Could you please suggest possible …...throws Exception { Workbook workbook = new Workbook(); Worksheet sheet...sheet = workbook.getWorksheets().get(0); // sheet.getCells()...

    forum.aspose.com/t/aspose-compression-is-consum...
  9. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...“123456789000”), when I process the workbook to import the data from the...// Load your workbook var workbook = new Workbook("yourfile.xlsx");...

    forum.aspose.com/t/avoid-using-scientific-notat...
  10. Get Cells Range|Documentation

    Learn how to get cells range through the Aspose.Cells for JavaScript via C++ API....example shows how to: Create a workbook. Add data to cells in the...Aspose.Cells Example - Create Workbook and Inspect Cells </ h1 >...

    docs.aspose.com/cells/javascript-cpp/get-cells-...