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

workbook

(0.12 sec)
  1. 使用 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...
  2. Convert Table to ODS with Node.js via C++|Docum...

    Learn how to convert an Excel file with table to ODS format using Aspose.Cells for Node.js via C++....in it const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); // Save the file workbook . save ( path . join ( outputDir...

    docs.aspose.com/cells/nodejs-cpp/convert-table-...
  3. Open a spreadsheet document for read-only acces...

    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 workbook = new Workbook ( filepath );...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  4. Converting Worksheet to Image in Python|Documen...

    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....ImageFormat #Instantiate a workbook with path to an Excel file...file book = self . Workbook ( self . dataDir + "Book1.xls" ) #Create...

    docs.aspose.com/cells/java/converting-worksheet...
  5. 如何通过Node.js和C++获取OData连接信息|Documentation

    学习如何使用Aspose.Cells for Node.js via C++提取Excel文件中的OData连接信息。...js via C++提供 Workbook.getDataMashup() 属性,可返回Exc..."ODataSample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-get-...
  6. Converting Worksheet to Image in PHP|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....ImageFormat (); //Instantiate a new workbook with path to an Excel file...file $book = new Workbook ( $dataDir . "MyTestBook1.xls" ); //Create...

    docs.aspose.com/cells/java/converting-worksheet...
  7. Removing Slicer with C++|Documentation

    Learn how to remove slicers in Excel files programmatically using Aspose.Cells for C++.... Finally, it saves the workbook as output Excel file . The..."sampleRemovingSlicer.xlsx" ); Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/removing-slicer/
  8. Using Nested Objects|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 ( FileName ); //Instantiate...the Excel file. designer . Workbook . Save ( FileName ); Download...

    docs.aspose.com/cells/net/using-nested-objects/
  9. Automating PowerPoint Generation in .NET: Creat...

    Learn how to automate PowerPoint generation in your .NET applications. Explore practical examples using Aspose.Slides to create dynamic, professional presentations effortlessly, saving time and ensuring consistency.... Overlay = false ; var workbook = chart . ChartData . ChartDataWorkbook...ChartData . Categories . Add ( workbook . GetCell ( 0 , 1 , 0 , "North...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  10. 将列宽设置为可缩放单位如em或百分比的Node.js和C++实现|Documentation

    学习如何在Aspose.Cells for Node.js via C++中将列宽设置为em或百分比等可缩放单位,从而改善生成HTML表格的展示效果。...xlsx" ); const workbook = new AsposeCells . Workbook ( sourceFilePath...setExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/zh/nodejs-cpp/set-column-...