Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 103,392 for

workbook

(0.9 sec)
  1. Convert Excel to HTML with tooltip using C++|Do...

    Convert Excel to HTML while adding tooltips with Aspose.Cells using C++....Open the template file Workbook workbook ( sourceDir + u "AddTooltipToHtmlSamp...in output // Save as HTML workbook . Save ( outputDir + u "A...

    docs.aspose.com/cells/cpp/convert-excel-to-html...
  2. Export Comments while Saving Excel files to HTM...

    Learn how to export comments while saving Excel files to HTML using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath ); //...02_OutputDirectory \\ " ); workbook . Save ( outputDir + u "outputExportComments...

    docs.aspose.com/cells/cpp/export-comments-while...
  3. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...SetSpaceBefore ( 10 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  4. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...TextAlignmentType :: Right ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...
  5. Cut and Paste Range with C++|Documentation

    Learn how to cut and paste cells within a worksheet using Aspose.Cells for C++...." ); Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...1 , ShiftType :: Right ); workbook . Save ( outDir + u "CutAndPasteCells...

    docs.aspose.com/cells/cpp/cut-and-paste-cells/
  6. 使用 Node.js 通过 C++ 搜索和替换范围内的数据|Documentation

    本文展示了如何使用 Node.js 通过 C++ 代码在 Excel 的范围内搜索和替换数据。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...); const worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/search-and-...
  7. 使用C++将Excel导出到带有网格线的HTML|Documentation

    学习如何使用编号Aspose.Cells for C++导出带网格线的Excel文件到HTML。...02_OutputDirectory \\ " ); // Create workbook Workbook wb ; // Access first worksheet...PutValue ( r * 1 ); } } // Save workbook in HTML format and export...

    docs.aspose.com/cells/zh/cpp/export-excel-to-ht...
  8. Copy Cells range and formatting to Word table -...

    I am currently evaluating Cells and Words. One of the tasks I need to be able toaccomplish is that of selecting an Excel range, complete with formatting, and inserting it into a Word document as a table. Please could you…... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/copy-cells-range-and-formatt...
  9. 档案

    档案...导入 Excel XLSX 的步骤: 创建一个新的 Workbook 对象。 使用 System.IO.File.ReadAllText(string)...ImportData() 方法将数据从 JSON 导入 Excel。 使用 Workbook.Save(string) 方法保存 Excel 文件。...

    blog.aspose.com/zh/cells/import-data-from-json-...
  10. Stop conversion or loading using InterruptMonit...

    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....to stop the conversion of a Workbook to various formats, such as...loading a huge workbook. Please use the Workbook.InterruptMonitor...

    docs.aspose.com/cells/net/stop-conversion-or-lo...