Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 104,120 for

workbook

(0.14 sec)
  1. 用 JavaScript 通过 C++ 在饼图中自定义切片或扇区颜色|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 自定义饼图中的切片和扇区颜色。我们的指南将演示如何为每个切片、扇区或区域分配独特的颜色,以增强视觉吸引力和数据表现。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/custom-...
  2. Insert Sparkline with C++|Documentation

    Create sparkline for Excel using Aspise.Cells with C++...." ); // Create a new workbook Workbook book ; Worksheet sheet...le::Style10); // Save the workbook book . Save ( outDir + u "output...

    docs.aspose.com/cells/cpp/creating-sparklines/
  3. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells... arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  4. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for JavaScript via C++.... Please use the Workbook.customXmlParts collection...Part by ID, you can use the Workbook.customXmlParts collection...

    docs.aspose.com/cells/javascript-cpp/add-custom...
  5. 使用ICustomFunction功能|Documentation

    本文描述了如何使用Aspose.Cells库中ICustomFunction功能在Microsoft Excel中创建自定义函数。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法定义和注册自定义函数并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...//Open the workbook Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/how-to-calculate-...
  6. 如何通过 Node.js 使用 C++ 创建龙卷风图|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ API 创建龙卷风图。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/create-torn...
  7. 通过Node.js的C++将VBA宏用户窗体设计器存储从模板复制到目标工作簿|Document...

    学习如何使用Aspose.Cells for Node.js via C++将VBA项目(包括设计器存储)从一个Excel文件复制到另一个Excel文件。...target workbook const target = new AsposeCells . Workbook (); //...templateFile = new AsposeCells . Workbook ( path . join ( sourceDir...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-vba-ma...
  8. Specify how to cross a string in output PDF and...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/specify-ho...
  9. Excel Export - Gap Missing when using arrays of...

    While working with arrays, we are facing an issue in excel where the gap between different elements is maintained correctly for an array of objects, but not for an array of strings. When using an array of objects, the t…...following codes: Workbook workbook = new Workbook(dir + "test_template1...workbookDesigner = new WorkbookDesigner(workbook); //workbookDesigner.ContainsVariables...

    forum.aspose.com/t/excel-export-gap-missing-whe...
  10. Add and Retrieve Data|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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/add-and-retrieve-data/