Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 103,452 for

workbook

(0.1 sec)
  1. 使用C++指定DBNum自定义格式化的示例|Documentation

    Aspose.Cells是一个支持使用自定义格式化模式的电子表格处理C++库。本文将向你展示如何使用Aspose.Cells库指定 dbnum 自定义格式,让用户更好地控制数字的显示方式。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetColumnWidth ( 0 , 30 ); // Save the workbook in output pdf format wb ....

    docs.aspose.com/cells/zh/cpp/specifying-dbnum-c...
  2. 在 JavaScript 通过 C++ 使用 HtmlSaveOptions.tableCss...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 对 HTML 中的表格元素样式进行前缀。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...file selected - create a new workbook as in original JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/prefix-...
  3. 用JavaScript通过C++设置主轴和副轴|Documentation

    学习如何理解和使用Aspose.Cells for JavaScript通过C++中的主轴和副轴。我们的指南将帮助您理解主轴与副轴的区别,以及如何有效配置和使用它们。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/primary...
  4. Excel to PDF:The page content is not centered -...

    When I use the following code to convert, the Excel content is displayed on the left in the PDF, but I want it to be displayed in the center. How can I solve this problem? Actual effect: image.png (15.9 KB) Expected r…...8 KB) Workbook wbk = null; try { wbk = new Workbook(srcFile);...snippet: Workbook wbk = null; try { wbk = new Workbook(srcFile);...

    forum.aspose.com/t/excel-to-pdf-the-page-conten...
  5. 在数据透视表中添加筛选器|Documentation

    了解如何使用Aspose.Cells for Java脚本通过C++在数据透视表中添加筛选器。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Creating a new Workbook object const workbook = new Workbook (); // Obtaining...

    docs.aspose.com/cells/zh/javascript-cpp/add-fil...
  6. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for JavaScript via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/custom-sli...
  7. InsertCutCells wiping out invalid custom functi...

    When I use InsertCutCells to copy a range containing a formula with an invalid custom function name into a new Workbook, the target cell which should correspond to that source cell has no formula. Here is my testing cod…...custom function name into a new workbook, the target cell which should...output using Aspose.Cells; Workbook srcWorkbook = new(@"C:\Sw...

    forum.aspose.com/t/insertcutcells-wiping-out-in...
  8. 使用JavaScript通过C++创建和管理Microsoft Excel文件中的表格|Doc...

    使用Aspose.Cells for JavaScript via C++插入、调整大小、编辑、删除和格式化Excel文件中的表格。...Microsoft Excel 文件的 Workbook 类。 Workbook 类包含一个 worksheets 集合,允许访问..."text/javascript" > const { Workbook , SaveFormat , TotalsCalculation...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  9. 更改单元格的格式|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库更改单元格格式,包括字体、颜色、边框等。通过调整这些属性,可以更好地控制单元格的外观。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. Monitor running programs with Node.js via C++|D...

    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....to monitor the execution of Workbook‑related code. Simply use the...limit is 1 second // Loads the workbook with the specified load options...

    docs.aspose.com/cells/nodejs-cpp/monitor-runnin...