Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 102,530 for

workbook

(0.22 sec)
  1. Convert Excel to High‑Resolution Image with C++...

    Generate high‑resolution images from Excel files using Aspose.Cells with C++....// Load the Excel file Workbook workbook ( u "input.xlsx" ); //...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/convert-excel-to-high...
  2. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/extract-images...
  3. 使用C++在将文档转换为PDF时导出结构|Documentation

    了解如何在使用Aspose.Cells将文档转换为PDF时导出结构信息。... Workbook workbook ( u "document-structure-example...PDF file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/export-document-st...
  4. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...\\ " ); // Create workbook object Workbook wb ; // Access first... 100 , 800 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  5. Verify Password Used to Protect the Worksheet w...

    Learn how to verify the password used to protect a worksheet using Aspose.Cells for Node.js via C++....instance of Workbook and load a spreadsheet const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the protected...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  6. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...excel file inside a workbook object Workbook wb ( srcDir + u "...SetSpacing ( 4 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  7. 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...
  8. Image Markers|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 = new Workbook ( FileName ); // Set...the Excel file. designer . Workbook . Save ( FileName ); Download...

    docs.aspose.com/cells/net/image-markers/
  9. 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...
  10. 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...