Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 57,068 for

workbook

(0.49 sec)
  1. 使用XmlMapCollection.Add方法在工作簿内添加XML映射,使用C++|Docu...

    使用C++的XmlMapCollection.Add方法在工作簿内添加XML映射。...xml" ; // Create workbook object Workbook workbook ; // Add XML map...sample.xml inside the workbook workbook . GetWorksheets (). GetXmlMaps...

    docs.aspose.com/cells/zh/cpp/add-xml-map-inside...
  2. Save as ODF 1.1, 1.2 and 1.3 with Node.js via C...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells for Node.js via C++....sample code below creates a workbook object, adds some value to...Create workbook const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/save-ods-file-...
  3. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...请使用 Workbook.VbaProject.Modules.Add() 方法在工作簿中添加新的VBA模块。...); // Create new workbook Workbook workbook ; // Access first...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  4. 在Python中调整行高和列宽|Documentation

    使用Python Excel API在Python中创建Excel文件。在您的Python应用程序中调整XLSX或XLS中的行高和列宽,无需MS Office。...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . self . dataDir + 'Book1.xls' ) \ # Accessing...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  5. 使用C++设置图表数据源|Documentation

    了解Aspose.Cells for C++支持的各种数据源。我们的指南将引导您了解不同类型的数据源,以及如何连接和从中检索数据以填充工作表。...Instantiating a Workbook object Workbook workbook ; // Adding a...Excel object int sheetIndex = workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/data-formatting-in...
  6. 在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....add_page_breaks ( workbook ) worksheets = workbook . getWorksheets...(that is Excel 2003) format workbook . save ( @data_dir + "Add...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  7. 使用Aspose.Cells将工作簿保存为文本或CSV格式|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....FileName = FilePath + "Save Workbook to Text or CSV Format.xlsx"...destFileName = FilePath + "Save Workbook to Text or CSV Format.txt"...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  8. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel Workbooks to HTML using Aspose.Cells for C++....save Excel workbooks to HTML. However, if the workbook contains...html" ; // Create workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/prevent-exporting-hid...
  9. Create Pivot Charts in xlsx4j|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....Instantiating an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/java/create-pivot-charts-...
  10. Working With Fonts|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....With Fonts C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-fonts/