Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 82,036 for

workbook

(0.06 sec)
  1. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...xlsx" ; // Create workbook Workbook workbook ( filePath ); //...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  2. 使用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...
  3. Manage Legend of Excel Charts with C++|Document...

    Learn how to utilize Aspose.Cells for C++ to effectively utilize and customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends....Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-legend/
  4. 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-...
  5. 在 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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  6. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the C++ API or library sample code to determine if Paper Size of Worksheet is Automatic programmatically....first workbook having automatic paper size false Workbook wb1 (...second workbook having automatic paper size true Workbook wb2 (...

    docs.aspose.com/cells/cpp/determine-if-paper-si...
  7. Aspose.Cells 8.3.2中的公共API更改|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....//Create workbook object Workbook workbook = new Workbook (); //Insert...of your choice int index = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. Inserting a WAV file as an Ole Object with C++|...

    Learn how to insert a WAV file as an OLE object in Excel worksheets using Aspose.Cells with C++....intIndex = 0 ; Workbook workbook ; Worksheet sheet = workbook . GetWorksheets..., 220.0 , aspImageData ); workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/inserting-a-wav-file-...
  9. 从DataTable导入|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 a Workbook object Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/zh/net/importing-from-dat...
  10. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library.... On the View tab, in the Workbook Views group, click Page Layout...footers from the file. Construct Workbook to open the file. Gets the...

    docs.aspose.com/cells/cpp/get-headers-or-footers/