Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 100,537 for

workbook

(0.41 sec)
  1. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file programmatically using built-in document properties with Node.js via C++....following sample code creates a workbook and changes its built‑in document...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/specify-docume...
  2. Export Worksheet or Chart into Image with Desir...

    Learn how to export a worksheet or chart to an image with specified width and height using Aspose.Cells for Node.js via C++....__dirname , "output" ); // Create workbook object from source file const...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  3. 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...
  4. 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...
  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. Wrong Decimal Separator in CSS Properties when ...

    Hello, when using the new option IsBorderCollapsed the properties in css for transform are set with wrong decimal separators. Eg: transform: rotate(-90deg) skew(-22,5deg); System Language is German. CultureInfo of th…...CSS Properties when saving Workbooks as HTML Aspose.Cells Product...CultureInfo of the thread/workbook is set according to the documents...

    forum.aspose.com/t/wrong-decimal-separator-in-c...
  9. De excel a prn - Free Support Forum - aspose.com

    de excel a prn...el siguiente: Workbook workbook = new Workbook(filePath + "sample...TxtSaveOptions(); options.Separator = ' '; workbook.Save(filePath + "out_net.prn"...

    forum.aspose.com/t/de-excel-a-prn/310848
  10. Manage settings of Excel spreadsheet files with...

    Manage settings of Microsoft Excel files using Aspose.Cells with Golang via C++....of Revision Logs in Shared Workbook with Golang via C++ Opening...set AutoRecover property of Workbook with Golang via C++ How to...

    docs.aspose.com/cells/go-cpp/workbook-settings/