Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 87,253 for

workbook

(0.14 sec)
  1. Public API Changes in Aspose.Cells 8.8.2|Docume...

    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....instance of Workbook & load an existing spreadsheet Workbook book =...= new Workbook ( dir + "sample.xlsx" ); //Access worksheet from...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. 通过Node.js的C++检查VBA代码是否已签名|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码项目是否已签名。...xlsm" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  3. Set Column Width to Scalable Unit like em or pe...

    Learn how to set column width to scalable units like em or percent in Aspose.Cells for Node.js via C++. Improve the presentation of generated HTML tables....xlsx" ); const workbook = new AsposeCells . Workbook ( sourceFilePath...setExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/nodejs-cpp/set-column-wid...
  4. 使用C++将工作簿保存为严格Open XML电子表格格式|Documentation

    了解如何使用Aspose.Cells for C++将工作簿保存为严格Open XML电子表格格式。...Startup (); // Create workbook Workbook wb ; // Specify - Strict...:: Xlsx ); std :: cout << "Workbook saved successfully with Strict...

    docs.aspose.com/cells/zh/cpp/save-workbook-to-s...
  5. Rendering Slicer with C++|Documentation

    Render slicers in Excel files using Aspose.Cells with C++....an image or you save your workbook to PDF or HTML formats, you...file containing slicer. Workbook workbook ( u "sampleRenderingSlice...

    docs.aspose.com/cells/cpp/rendering-slicer/
  6. 在工作表中查找形状的绝对位置(C++)|Documentation

    使用Aspose.Cells和C++确定形状在工作表中的绝对位置。...file inside the workbook object Workbook workbook ( srcDir + u "sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/finding-absolute-p...
  7. 使用 C++ 在工作表中检测合并单元格 Node.js 通过 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 检测工作表中的合并单元格。本文将展示如何使用该库识别和操作合并的单元格。...xlsx" ); // Instantiate a new Workbook // Open an existing excel...wkBook = new AsposeCells . Workbook ( filePath ); // Get a worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-merg...
  8. Working with Data Display Formats of DataField ...

    Learn how to work with data display formats of DataField in Pivot Table using Aspose.Cells for C++....Load a template file Workbook workbook ( srcDir + u "PivotTableSample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/working-with-data-dis...
  9. Create TextBox in which each line is having dif...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...TextAlignmentType :: Right ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  10. Get Range with External Links using Node.js via...

    Learn how to get ranges with external links using Aspose.Cells for Node.js via C++. Retrieve data from different Excel files efficiently....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...filePath ); const names = workbook . getWorksheets (). getNames...

    docs.aspose.com/cells/nodejs-cpp/get-range-with...