Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 105,429 for

workbook

(0.11 sec)
  1. Get DrawObject and Bound while rendering to PDF...

    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....file const workbook = new AsposeCells . Workbook ( "sampleGetDrawObjectA...the specified options await workbook . saveAsync ( "outputGetDrawObjectA...

    docs.aspose.com/cells/nodejs-cpp/get-drawobject...
  2. Crash when saving XLSX to PDF with Version 26.0...

    Hi all, I get a crash when saving to PDF multiple times. I think the issue is related with: which was also posted by me. So, please find a XLSX attached and see the following code: for (int i = 0; i < 2; i++) { Asp…...Aspose::Cells::Startup(); Aspose::Cells::Workbook wb(Input); wb.Save(Output...Aspose::Cells::Startup(); Aspose::Cells::Workbook wb(CStringA(Input).GetString());...

    forum.aspose.com/t/crash-when-saving-xlsx-to-pd...
  3. 使用 VSTO 和 Aspose.Slides for .NET 将 Excel 图表创建并嵌...

    从 Microsoft Office 自动化迁移到 Aspose.Slides for .NET,并在 C# 中将 Excel 图表作为 OLE 对象嵌入 PowerPoint(PPT、PPTX)幻灯片。...excelApplication = null ; // 声明用于 Workbooks.Open 方法参数的变量。 string paramWorkbookPath...xlNS . Workbook newWorkbook = excelApplication . Workbooks . Add...

    docs.aspose.com/slides/zh/net/create-and-embed-...
  4. Exception when saving an xlsx file - Free Suppo...

    Hi There, I am using Aspose.Cell version 26.1.0. I am trying to save the attached file (xlsx is inside the zip file) using the following code: var stream = new FileStream( filePath == null ? Path.GetTempFileName() …...FileFormatToSaveForm(workbook.FileFormat); await workbook.SaveAsync(stream...an object. at Aspose.Cells.Workbook.Save(Stream stream, SaveOptions...

    forum.aspose.com/t/exception-when-saving-an-xls...
  5. How to Format Number to Scientific with Golang ...

    This article will introduce how to Format Number to Scientific using Aspose.Cells for C++ API....Console: Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/go-cpp/how-to-format-numb...
  6. How to Format Number to Scientific|Documentation

    This article will introduce how to format numbers to scientific notation using Aspose.Cells for Python via .NET API....aspose-cells-python Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/python-net/how-to-format-...
  7. How to Format Number to Percentage|Documentation

    This article will introduce how to format number to percentage using Aspose.Cells for Java API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/java/how-to-format-number...
  8. Inconsistent HTML output for charts - Free Supp...

    Hi, Using Aspose Cells for Java, version 25.2. Sample code: Workbook Workbook = new Workbook("input.xlsx"); WorksheetCollection worksheets = Workbook.getWorksheets(); Workbook.calculateFormula(); Worksheet worksheet …... Sample code: Workbook workbook = new Workbook("input.xlsx");...worksheets = workbook.getWorksheets(); workbook.calculateFormula();...

    forum.aspose.com/t/inconsistent-html-output-for...
  9. Cell 25.4 如何修改透视表面积图的配色? - Free Support Forum -...

    image.jpg (141.8 KB) 如何设置能使透视表的面积图切换成这种单色模式?...以下代码展示了如何修改一个面积图的背景颜色: path = ""; Workbook wb = new Workbook(path + "Test.xlsx");...你这看起来不是java版的代码 请参考Java样例代码: Workbook wb = new Workbook(path + "Test.xlsx");...

    forum.aspose.com/t/cell-25-4/315444
  10. 获取在将Excel文件渲染为PDF时字体替换的警告信息|Documentation

    学习如何在使用Aspose.Cells将Excel文件渲染为PDF时获取字体替换警告信息(用C++)...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "source.xlsx"...SetWarningCallback ( callback . get ()); workbook . Save ( outDir + u "output_out...

    docs.aspose.com/cells/zh/cpp/get-warnings-for-f...