Sort Score
Result 10 results
Languages All
Labels All
Results 3,031 - 3,040 of 99,951 for

workbook

(0.1 sec)
  1. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the Node.js API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....the first worksheet in the workbook. Please also see the output...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/implement-cust...
  2. 导出打印区域范围到HTML,使用Node.js通过C++|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.... const workbook = new AsposeCells . Workbook ( sourceFilePath...the sheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/export-prin...
  3. 使用C++将Excel转换为带提示的HTML|Documentation

    使用Aspose.Cells在C++中将Excel转换为HTML同时添加提示信息。...Open the template file Workbook workbook ( sourceDir + u "AddTooltipToHtmlSamp...in output // Save as HTML workbook . Save ( outputDir + u "A...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  4. 用C++获取带格式和不带格式的单元格字符串值|Documentation

    学习如何通过 Aspose.Cells for C++ API 获取带格式和不带格式的单元格字符串值。...Startup (); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-cell-string-va...
  5. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart.... Workbook workbook ( srcDir + u "sample.xlsx"...first worksheet. Chart chart = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  6. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or shapes inside a worksheet using Aspose.Cells with C++....the sample Excel file Workbook workbook ( u "sampleSetMarginsOfCo...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-margins-of-commen...
  7. Retrieve the values of 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....Retrieve a reference to the workbook part. WorkbookPart wbPart...Sheet theSheet = wbPart . Workbook . Descendants < Sheet >()...

    docs.aspose.com/cells/net/retrieve-the-values-o...
  8. 在使用C++通过JavaScript加载工作簿时筛选定义名称|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....Defined Names While Loading Workbook </ title > </ head > < body...Defined Names While Loading Workbook </ h1 > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/filter-...
  9. How to Remove Default Bookmark When Exporting a...

    Hello Team, I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...string GetHtmlStream(Workbook workbook, Worksheet worksheet,...Range range) { string htmlStm; workbook.Worksheets.ActiveSheetIndex...

    forum.aspose.com/t/how-to-remove-default-bookma...
  10. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-to-pdf/