Sort Score
Result 10 results
Languages All
Labels All
Results 5,091 - 5,100 of 102,530 for

workbook

(0.12 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 使用 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...
  5. 用 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...
  6. 通过 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...
  7. 使用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...
  8. 从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...
  9. 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...
  10. 使用C++处理形状或图表的阴影效果|Documentation

    学习如何使用Aspose.Cells for C++操控形状或图表的阴影效果。...Load your source excel file Workbook wb ( inputFilePath ); // Access...SetTransparency ( 0.3 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/working-with-the-s...