Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 82,060 for

workbook

(0.09 sec)
  1. 使用 C++ 在 ODF 1.1、1.2 和 1.3 规格下保存 ODS 文件|Documen...

    使用 Aspose.Cells 和 C++ 将 Excel 转换为符合 ODF 1.1、1.2 和 1.3 规范的文件。...\\ " ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/save-ods-file-in-o...
  2. Wrapping Cell Text in VSTO and Aspose.Cells|Doc...

    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....up the worksheet: Create a workbook. Access the first worksheet...ThisAddIn . Application ; //Access workbook Microsoft . Office . Interop...

    docs.aspose.com/cells/net/wrapping-cell-text-in...
  3. 用C++将WAV文件作为OLE对象插入|Documentation

    学习如何使用Aspose.Cells和C++将WAV文件作为OLE对象插入Excel工作表。...intIndex = 0 ; Workbook workbook ; Worksheet sheet = workbook . GetWorksheets..., 220.0 , aspImageData ); workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/inserting-a-wav-fi...
  4. Add Digital Signature to an already signed Exce...

    Learn how to add digital signatures to signed Excel files using Aspose.Cells for C++. Maintain document integrity with multiple signatures....Cells provides the Workbook::AddDigitalSignature(DigitalSignatureColl...sample demonstrates using Workbook::AddDigitalSignature to add...

    docs.aspose.com/cells/cpp/add-digital-signature...
  5. Export Excel to HTML with GridLines via Node.js...

    Learn how to export an Excel file to HTML format with GridLines using Aspose.Cells for Node.js via C++....following sample code creates a workbook, fills its worksheet with...Create your workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/export-excel-t...
  6. 通过Node.js使用C++改变Excel文本框或形状的字符间距|Documentation

    使用Aspose.Cells for Node.js via C++更改单元格文本框或形状的字符间距。...excel file inside a workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleChangeTextBoxO...

    docs.aspose.com/cells/zh/nodejs-cpp/change-char...
  7. Grouping and Ungrouping Rows and Columns in PHP...

    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 = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  8. 通过 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....创建新的电子表格 Workbook 类可用于简单使用。 Java //Instantiating a Workbook object...object Workbook workbook = new Workbook (); //Adding a new worksheet...

    docs.aspose.com/cells/zh/java/create-new-spread...
  9. Display or Hide Tabs in Aspose.Cells|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....The more worksheets in the workbook, the more sheet tabs there...//Instantiating a Workbook object //Opening the Excel file Workbook workbook...

    docs.aspose.com/cells/net/display-or-hide-tabs-...
  10. Calculation of Array Formula of Data Tables wit...

    How to use Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the array formula of the data table and get the result. Finally, we save the modified Excel file to disk.... Please use Workbook.CalculateFormula() as normal...Create workbook from source excel file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/calculation-of-array-...