Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 104,120 for

workbook

(0.27 sec)
  1. Measure the Width and Height of the Cell Value ...

    Learn how to measure the width and height of the cell value in units of pixels through the Aspose.Cells for C++ API....Cells-for-C // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/calculate-the-width-a...
  2. Export Range of Cells in a Worksheet to Image w...

    Learn how to export a specific range of cells in a worksheet to an image using Aspose.Cells with C++....// Create workbook from source file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/export-range-of-cells...
  3. 用C++创建TreeMap图表的方法|Documentation

    学习如何用Aspose.Cells for C++创建Treemap图表。我们的指南将帮助您了解有关Treemap图表的各种属性和格式选项,包括颜色、标签和数据表示。...Create an instance of Workbook Workbook workbook ( u "treemap.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/creating-treemap-c...
  4. Create Volume-Open-High-Low-Close (VOHLC) Stock...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....Create an instance of Workbook Workbook workbook ( u "Volume-Open-High-Low-Close...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-volume-open-hi...
  5. Create Volume-High-Low-Close(VHLC) Stock Chart ...

    Learn how to create a volume-high-low-close stock chart using Aspose.Cells for C++. Our guide will demonstrate how to plot stock market data, including volume, high, low, and close prices, onto a chart for better analysis and visualization....Create an instance of Workbook Workbook workbook ( u "Volume-High-Low-Close...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-volume-high-lo...
  6. 如何通过 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....new Workbook const workbook = new AsposeCells . Workbook ();...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chan...
  7. Link Cells to XML Map Elements with C++|Documen...

    Learn how to link cells to XML Map elements using Aspose.Cells with C++....respectively, and finally saves the workbook in the output Excel file ...\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sample...

    docs.aspose.com/cells/cpp/link-cells-to-xml-map...
  8. 使用 JavaScript 通过 C++ 使用正则表达式替换工作簿中的文本|Documenta...

    使用 C++ 通过 JavaScript 在工作簿中使用正则表达式替换文本..."text/javascript" > const { Workbook , SaveFormat , ReplaceOptions...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  9. Get Cells Range with C++|Documentation

    Learn how to get a cells range through the Aspose.Cells for C++ API....example shows how to: Create a workbook. Add data to cells in the...Startup (); Workbook workbook ; Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/get-cells-range/
  10. Excel to HTML - Use PresentationPreference Opti...

    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...."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiate the Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/excel-to-h...