Sort Score
Result 10 results
Languages All
Labels All
Results 5,161 - 5,170 of 102,533 for

workbook

(0.12 sec)
  1. 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....recommend that users call Workbook.CalculateFormula() method...want to calculate the entire workbook; they just want to calculate...

    docs.aspose.com/cells/net/decrease-the-calculat...
  2. Updating Slicer with Node.js via C++|Documentation

    This article shows how to update linked pivot tables by updating a slicer using Aspose.Cells for Node.js via C++.... It then saves the workbook as output Excel file . The...const wb = new AsposeCells . Workbook ( filePath ); // Access the...

    docs.aspose.com/cells/nodejs-cpp/updating-slicer/
  3. Specify Maximum Rows of Shared Formula with Nod...

    Learn how to specify the maximum rows for shared formulas using Aspose.Cells for Node.js via C++....Create a new workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/specify-maximu...
  4. Create Transparent Image of Excel Worksheet wit...

    Learn how to generate a transparent image of an Excel worksheet using Aspose.Cells for Node.js via C++....__dirname , "output" ); // Create workbook object from source file const...const wb = new AsposeCells . Workbook ( path . join ( sourceDir...

    docs.aspose.com/cells/nodejs-cpp/create-transpa...
  5. 使用 C++ 在 Node.js 中输出空白页(如果没有内容需要打印)|Documentation

    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....Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/zh/nodejs-cpp/output-blan...
  6. 用 Node.js 和 C++ 为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,展示如何使用 Aspose.Cells for Node.js via C++ 程序设置 Excel 工作表页面设置的页眉和页脚,包括首页、奇数页和偶数页。...xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook ( filePath ); // Gets the...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-dif...
  7. 通过 C++ 使用 Node.js 将工作簿保存为严格的 Open XML 电子表格格式|Do...

    了解如何使用 Aspose.Cells for Node.js via C++ 将工作簿保存为严格的 Open XML 电子表格格式。为此,它提供了 {0} 属性。如果将其值设为 {1},则输出的 Excel 文件将以严格的 Open XML 电子表格格式保存。...Create workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/zh/nodejs-cpp/save-workbo...
  8. 使用Node.js通过C++设置形状或文本框的文本效果阴影|Documentation

    了解如何使用Aspose.Cells for Node.js via C++设置任何形状或文本框的文本效果阴影。...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-sha...
  9. 从URL加载网页图片到Excel工作表(C++)|Documentation

    了解如何使用C++和Aspose.Cells for C++ API将URL中的图片转换为Excel嵌入图片。...try { // Create a new workbook Workbook wb ; // Get the first...

    docs.aspose.com/cells/zh/cpp/load-a-web-image-f...
  10. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the C++ API or library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....When you add a new sheet to a workbook, it contains the default Page...Aspose :: Cells :: Startup (); Workbook wb ; wb . GetWorksheets ()...

    docs.aspose.com/cells/cpp/copy-page-setup-setti...