Sort Score
Result 10 results
Languages All
Labels All
Results 4,371 - 4,380 of 99,951 for

workbook

(0.23 sec)
  1. Globalization and Localization|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....Close Import XML to Excel workbook Using WorkbookMetadata Analyzing...

    docs.aspose.com/cells/net/globalization-and-loc...
  2. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly.... Create a Workbook object and read the OLE data...the data. Save the updated Workbook to a stream. Replace the OLE...

    docs.aspose.com/slides/python-net/manage-ole/
  3. Working with GridJs Server Side|Documentation

    This article describes how to use APIs in GridJs....GridJsWorkbook (); Workbook wb = new Workbook ( fullFilePath );...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  4. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set headers and footers of an Excel worksheet Page Setup using Aspose.Cells for Node.js via C++. Set headers and footers for first, odd, and even pages....xlsx" ); // Loads the workbook which contains hidden external...const wb = new AsposeCells . Workbook ( filePath ); // Gets the...

    docs.aspose.com/cells/nodejs-cpp/setting-differ...
  5. 通过C++在Node.js中支持德国本地化的命名范围公式|Documentation

    学习如何使用Aspose.Cells for Node.js via C++支持命名范围公式中的德国本地化。... Workbook (); wb . save ( sourceFilePath...wbSource = new AsposeCells . Workbook ( sourceFilePath ); const...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  6. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells.... Finally, it saves the workbook in output XLSX and output...column. Finally, it saves the workbook in output XLSX format. Sample...

    docs.aspose.com/cells/net/create-slicer/
  7. Export Comments while Saving Excel file to HTML...

    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 ( path . join ( sourceDir...js via C++ Export Document Workbook and Worksheet Properties in...

    docs.aspose.com/cells/nodejs-cpp/export-comment...
  8. Create ODS Using Python | products.aspose.com

    Generate Microsoft Excel ODS documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create ODS...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/ods/
  9. Table Format disturb while copying excel worksh...

    Hello Team , We are facing format issue , while replacing Table Data from excel worksheet to the Word documents , if table is big for format getting disturb , can you please provide solution or code sample which help us…...MemoryStream(excelBytes); Workbook workbook = new Workbook(excelStream);... var sheets = workbook.Worksheets.Cast<Worksheet>().ToList();...

    forum.aspose.com/t/table-format-disturb-while-c...
  10. 将多个工作簿合并成一个单一工作簿,使用C++实现|Documentation

    学习如何使用Aspose.Cells和C++将多个工作簿合并为一个单一工作簿。...该代码加载源工作簿,使用 Workbook::Combine() 方法将它们合并,并保存输出工作簿。...Open the first excel file. Workbook sourceBook1 ( sourceFile1...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...