Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 105,375 for

workbook

(0.13 sec)
  1. Export XLTM to DOC in Android or with free Onli...

    Android API to Convert XLTM to DOC without using Microsoft Word or online. Test free XLTM to DOC online converter quickly before integrating the code....to DOC Open XLTM file using Workbook class Convert XLTM to PDF...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  2. ImportData method overwriting the formula in la...

    AsposeBug.zip (14.2 KB) Hi, I am using Aspose.Cells for .Net and facing 1 weird issue wherein when I import data to an existing Workbook using the ImportData method its overwriting formula in the last column of first r…...import data to an existing workbook using the ImportData method...sample console app and sample workbook. Please let me know if you...

    forum.aspose.com/t/importdata-method-overwritin...
  3. 通过C++的JavaScript获取图表所在的工作表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++检索与Excel图表相关联的工作表,有效访问和操作图表的基础数据。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/get-wor...
  4. 用 Node.js 通过 C++ 调整工作簿压缩级别|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中调整工作簿的压缩级别。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...watch = process . hrtime (); workbook . saveAsync ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/adjust-work...
  5. 用Node.js通过C++按名称访问文本框|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从集合中按名称访问文本框。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/access-the-...
  6. 使用 C++ 进行重采样添加的图片 Excel 转 PDF 转换|Documentation

    学习如何使用 Aspose.Cells 与 C++ 进行重采样以减少 PDF 大小。...\\ " ); // Initialize a new Workbook and open an Excel file U16String...srcDir + u "input.xlsx" ; Workbook workbook ( inputPath ); // Instantiate...

    docs.aspose.com/cells/zh/cpp/resampling-added-i...
  7. Determine which Axis exists in the Chart with N...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for Node.js via C++. Our guide will help you identify and access the different axes in a chart, including category, value, and secondary axes....xlsx" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/nodejs-cpp/determine-whic...
  8. Getting Headers or Footers|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API.... On the View tab, in the Workbook Views group, click Page Layout...footers from a workbook. Construct a Workbook to open the file...

    docs.aspose.com/cells/python-net/get-headers-or...
  9. Cells .NET change/bug 4.0.1.0- 4.0.2.0 - Free S...

    I was going trough some of the projects where I use Aspose cells today and upgraded the .dll files, but suddenly there was a problem reading a Workbook, it “worked” on 4.0.1.0 but not on 4.0.2.0 returning this exception. …...there was a problem reading a workbook, it “worked” on 4.0.1.0 but...໿(Stream Ԏ) at Aspose.Cells.Workbook.Open(Stream stream) at ssc...

    forum.aspose.com/t/cells-net-change-bug-4-0-1-0...
  10. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes....); // Create a workbook object Workbook workbook ( srcDir + u "source...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/determine-which-axis-...