Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 82,034 for

workbook

(0.07 sec)
  1. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++...."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Access the first worksheet const worksheet...

    docs.aspose.com/cells/nodejs-cpp/change-the-fon...
  2. Converting Worksheet to SVG in Ruby|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....Code def worksheet_to_svg ( workbook ) # Convert each worksheet...into svg format sheet_count = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/java/converting-worksheet...
  3. 从形状获取连接点(C++)|Documentation

    学习如何使用Aspose.Cells for C++检索形状的连接点。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGetFonts...); Vector < Font > fonts = workbook . GetFonts (); for ( int i...

    docs.aspose.com/cells/zh/cpp/get-connection-poi...
  4. 入门|Documentation

    设置Aspose.Cells for Node.js via Java和安装指南。...cells" ); var workbook = new aspose . cells . Workbook ( aspose ... FileFormatType . XLSX ); workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-java/getting-st...
  5. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++....following code, it creates a workbook object and adds multiple worksheets...(); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  6. Working with External Data Connection of type W...

    Learn how to work with WebQuery data connection in Microsoft Excel using Aspose.Cells with C++....connection of any type using the Workbook.DataConnections collection...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/working-with-external...
  7. 用C++修改现有样式|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库,允许用户修改现有单元格样式。本文将介绍如何使用Aspose.Cells库修改现有单元格样式,以便用户根据需要改变单元格的外观。...Cells-for-C // Create a workbook. Workbook workbook ; // Create a new...style object. Style style = workbook . CreateStyle (); // Set the...

    docs.aspose.com/cells/zh/cpp/modify-an-existing...
  8. Jython中的Hello World|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/zh/java/hello-world-in-jy...
  9. Expanding text from right to left while exporti...

    Learn how to expand text from right to left while exporting Excel files to HTML using Aspose.Cells for C++....excel file inside the workbook object Workbook wb ( srcDir + u "sample..."sample.xlsx" ); // Save workbook in html format U16String outputPath...

    docs.aspose.com/cells/cpp/expanding-text-from-r...
  10. 在单元格中插入文本|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....new worksheet part to the workbook. WorksheetPart newWorksheetPart...Sheets sheets = workbookPart . Workbook . GetFirstChild < Sheets >();...

    docs.aspose.com/cells/zh/net/insert-text-into-a...