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

workbook

(0.05 sec)
  1. 使用 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...
  2. 通过 Node.js 使用 C++ 自定义全局化设置的示例|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....file const workbook = new AsposeCells . Workbook ( path . join..."samplePivotTableGlob.xlsx" )); workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/customize-g...
  3. 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...
  4. 使用 Node.js 和 C++ 添加带有内置样式的 Word Art 文字|Document...

    学习如何用 Aspose.Cells for Node.js via C++ 添加带有内置样式的 Word Art 文字。在Excel中使用内置样式创建具有视觉吸引力的文本。...xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook (); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/add-word-ar...
  5. Merge two adjacent cells|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.... Workbook . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  6. Using Anonymous Types or Custom Objects in Aspo...

    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....worksheet(default sheet) in the workbook. Aspose . Cells . Worksheet...Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input some markers...

    docs.aspose.com/cells/net/using-anonymous-types...
  7. Code Comparison for common features with VSTO|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....Cells Adding New Worksheets to Workbook and Activating a Sheet in...Apply Styles to Ranges in Workbooks Auto Filter Data in VSTO and...

    docs.aspose.com/cells/net/code-comparison-for-c...
  8. Determine if Shape is Smart Art Shape with Node...

    Learn how to determine if a shape in Excel is a Smart Art shape using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/determine-if-s...
  9. How to Insert Spreadsheet Background Image in Java

    This short tutorial guides on how to insert spreadsheet background image in Java. It describes the complete process to configure the environment, step-wise program flow and a runnable simplified code that demonstrate the process to insert background pictures for Excel sheet in Java....image in Java , the resultant workbook can be saved as XLSX , XLS...background image Instantiate a Workbook object Get a reference to...

    kb.aspose.com/cells/java/how-to-insert-spreadsh...
  10. Image Markers in Aspose.Cells|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.... Workbook = new Workbook ( "ImageSmartBook.xls"...the Excel file. designer . Workbook . Save ( "out_ImageSmartBook...

    docs.aspose.com/cells/net/image-markers-in-aspo...